Implement controls for new UI state
This commit is contained in:
parent
2f9b1925dc
commit
6e96ae7fd4
5 changed files with 113 additions and 22 deletions
|
|
@ -12,7 +12,7 @@ const {
|
|||
|
||||
<template>
|
||||
<button
|
||||
class="flex select-none items-center rounded-sm border border-black p-0.5 transition"
|
||||
class="flex h-5 w-5 select-none items-center justify-center rounded-sm border border-black transition"
|
||||
:class="{
|
||||
'bg-white text-black': !inverted,
|
||||
'bg-black text-white': inverted,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue