small fixups for fuckups
This commit is contained in:
parent
46f43159cd
commit
b194e5c4fa
|
|
@ -1,6 +1,5 @@
|
|||
import Button from "./Button";
|
||||
import tw, { styled } from "twin.macro";
|
||||
;
|
||||
|
||||
const Btn = styled(Button)(({ active }) => [tw`rounded-none mx-0`, active && tw`bg-accent`]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user