fix: Darkmode back button (#3264)

* fix: Darkmode

* Update lock

* 1
This commit is contained in:
Marvin Möltgen
2022-11-04 19:22:32 +01:00
committed by GitHub
parent dadac4cbb1
commit b807c20b28
4 changed files with 4 additions and 5 deletions

View File

@ -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),
),
),
),