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(
|
icon: Icon(
|
||||||
mineController.themeType.value == ThemeType.system
|
mineController.themeType.value == ThemeType.system
|
||||||
? MdiIcons.themeLightDark
|
? MdiIcons.themeLightDark
|
||||||
: mineController.themeType.value == ThemeType.dark
|
: mineController.themeType.value == ThemeType.light
|
||||||
? MdiIcons.weatherSunny
|
? MdiIcons.weatherSunny
|
||||||
: MdiIcons.weatherNight,
|
: MdiIcons.weatherNight,
|
||||||
size: 24,
|
size: 24,
|
||||||
|
|||||||
Reference in New Issue
Block a user