mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08: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