💄(react) improve FileUploader style

Based on recent QA feedbacks we needed to do small changes to the style
of the FileUploader.
This commit is contained in:
Nathan Vasse
2023-09-07 11:20:04 +02:00
committed by NathanVss
parent 6257dd9cbc
commit d36e31448e
7 changed files with 13 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ export const tokens = (defaults: DefaultTokens) => ({
"background-color": "white",
"border-color": defaults.theme.colors["greyscale-300"],
"border-radius": "0.5rem",
"border-width": "1px",
"border-width": "2px",
"border-style": "dotted",
"background-color--active": defaults.theme.colors["primary-100"],
color: defaults.theme.colors["greyscale-900"],