Fixed button and text input styling and improved homepage

This commit is contained in:
Keannu Christian Bernasol 2023-07-07 18:10:08 +08:00
parent 9c3437da65
commit 724cc788f3
5 changed files with 38 additions and 20 deletions

View file

@ -23,7 +23,6 @@ export default function Button({ disabled = false, ...props }: props) {
? `rgba(${rgb[0]}, ${rgb[1]}, ${rgb[2]}, 0.3)`
: "rgba(0, 0, 0, 0)"
: props.color,
width: "50%",
},
}}
>