From e9525f10c777d8049a57ab6f70b67cab2a62104a Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Wed, 15 Feb 2023 22:40:19 +0100 Subject: [PATCH] style(ui_kit): fix padding file selection --- .../example/lib/theme/file_selection_button_theme.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wyatt_ui_kit/example/lib/theme/file_selection_button_theme.dart b/packages/wyatt_ui_kit/example/lib/theme/file_selection_button_theme.dart index cad4f2ea..276960d1 100644 --- a/packages/wyatt_ui_kit/example/lib/theme/file_selection_button_theme.dart +++ b/packages/wyatt_ui_kit/example/lib/theme/file_selection_button_theme.dart @@ -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),