mirror of
https://github.com/openfoodfacts/smooth-app.git
synced 2025-08-26 03:01:45 +08:00
fix: Product remove cross is too small (#1718)
This commit is contained in:
@ -7,6 +7,7 @@ const double SMALL_SPACE = 8.0;
|
||||
const double MEDIUM_SPACE = 12.0;
|
||||
const double LARGE_SPACE = 16.0;
|
||||
const double VERY_LARGE_SPACE = 20.0;
|
||||
const double MINIMUM_TOUCH_SIZE = 48.0;
|
||||
|
||||
/// Background, e.g SmoothCard
|
||||
const Radius ROUNDED_RADIUS = Radius.circular(20.0);
|
||||
|
Reference in New Issue
Block a user