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)}
|
onMouseLeave={() => setClicked(false)}
|
||||||
style={{
|
style={{
|
||||||
borderRadius: 24,
|
borderRadius: 24,
|
||||||
minWidth: "160px",
|
minWidth: "132px",
|
||||||
maxWidth: "160px",
|
maxWidth: "132px",
|
||||||
borderColor: colors.button_border,
|
borderColor: colors.button_border,
|
||||||
borderStyle: "solid",
|
borderStyle: "solid",
|
||||||
borderWidth: "2px",
|
borderWidth: "2px",
|
||||||
|
|
Loading…
Reference in a new issue