small fixups for fuckups

This commit is contained in:
honzapatCZ 2024-09-14 18:39:05 +02:00
parent 46f43159cd
commit b194e5c4fa
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import Button from "./Button"; import Button from "./Button";
import tw, { styled } from "twin.macro"; import tw, { styled } from "twin.macro";
;
const Btn = styled(Button)(({ active }) => [tw`rounded-none mx-0`, active && tw`bg-accent`]); const Btn = styled(Button)(({ active }) => [tw`rounded-none mx-0`, active && tw`bg-accent`]);