small fixups for fuckups
This commit is contained in:
parent
46f43159cd
commit
b194e5c4fa
|
|
@ -49,7 +49,7 @@ export default function Input({ label, title, children, className, ...props }) {
|
|||
export function TextArea({
|
||||
label,
|
||||
title,
|
||||
children,
|
||||
children,
|
||||
...props
|
||||
}) {
|
||||
|
||||
|
|
|
|||
|
|
@ -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