💄(react) reduce border of DatePicker

To make the DatePicker looks the same as other form inputs.
This commit is contained in:
Nathan Vasse
2023-06-19 16:02:47 +02:00
committed by NathanVss
parent 501ba1a031
commit 4c5129e660
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ export const tokens = (defaults: DefaultTokens) => ({
"border-radius--focus": "2px",
"border-radius--hover": "2px",
"border-style": "solid",
"border-width": "2px",
"border-width": "1px",
color: defaults.theme.colors["greyscale-800"],
"font-size": defaults.theme.font.sizes.l,
height: "3.5rem",