mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-06-28 16:25:46 +08:00
Fixed button and text input styling and improved homepage
This commit is contained in:
parent
9c3437da65
commit
724cc788f3
5 changed files with 38 additions and 20 deletions
|
@ -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%",
|
||||
},
|
||||
}}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue