From 87c9a85db9b470efd5a9fee123484d3ee777766c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 2 May 2021 13:04:08 +0300 Subject: [PATCH] Apply flat button styling globally, ie. dialogs --- lib/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.dart b/lib/constants.dart index 223fe52dd..2297f54cc 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -98,7 +98,7 @@ const double kTabletDialogPadding = 250; const double kTableColumnWidthMin = 40; const double kTableColumnWidthMax = 120; -const int kTableListWidthCutoff = 500; +const int kTableListWidthCutoff = 450; const int kDefaultAnimationDuration = 500; const int kCardTypeVisa = 1;