mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 08:38:37 +00:00
fix: 深色、浅色图标反了
This commit is contained in:
@@ -97,7 +97,7 @@ class _MinePageState extends State<MinePage> {
|
||||
icon: Icon(
|
||||
mineController.themeType.value == ThemeType.system
|
||||
? MdiIcons.themeLightDark
|
||||
: mineController.themeType.value == ThemeType.dark
|
||||
: mineController.themeType.value == ThemeType.light
|
||||
? MdiIcons.weatherSunny
|
||||
: MdiIcons.weatherNight,
|
||||
size: 24,
|
||||
|
||||
Reference in New Issue
Block a user