mirror of
https://github.com/openfoodfacts/smooth-app.git
synced 2025-08-26 19:20:16 +08:00
@ -27,8 +27,8 @@ class SmoothBackButton extends StatelessWidget {
|
||||
ConstantIcons.instance.getBackIcon(),
|
||||
color: iconColor ??
|
||||
(Theme.of(context).colorScheme.brightness == Brightness.light
|
||||
? Colors.white
|
||||
: Colors.black),
|
||||
? Colors.black
|
||||
: Colors.white),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user