style(ui_kit): fix padding file selection
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Hugo Pointcheval 2023-02-15 22:40:19 +01:00
parent dd198b0e51
commit 3a7b0abc58
Signed by: hugo
GPG Key ID: 3AAC487E131E00BC

View File

@ -42,7 +42,7 @@ class FileSelectionButtonTheme extends FileSelectionButtonThemeExtension {
fontWeight: FontWeight.w400,
),
radius: BorderRadius.circular(12),
padding: const EdgeInsets.all(10),
padding: const EdgeInsets.all(13),
foregroundColors: const MultiColor.single(Constants.grey2),
backgroundColors: MultiColor.single(Constants.white.withOpacity(0.04)),
borderColors: const MultiColor(Constants.greyGradient),