Implement controls for new UI state

This commit is contained in:
Joscha 2025-02-12 01:05:38 +01:00
parent 2f9b1925dc
commit 6e96ae7fd4
5 changed files with 113 additions and 22 deletions

View file

@ -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,