mirror of
https://github.com/lemeow125/EquipmentTracker-Frontend.git
synced 2024-11-17 06:09:25 +08:00
Further reduce drawer button width
This commit is contained in:
parent
ad83423fc2
commit
7333db59a4
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ export default function DrawerButton(props: props) {
|
|||
onMouseLeave={() => setClicked(false)}
|
||||
style={{
|
||||
borderRadius: 24,
|
||||
minWidth: "160px",
|
||||
maxWidth: "160px",
|
||||
minWidth: "132px",
|
||||
maxWidth: "132px",
|
||||
borderColor: colors.button_border,
|
||||
borderStyle: "solid",
|
||||
borderWidth: "2px",
|
||||
|
|
Loading…
Reference in a new issue