mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 02:56:58 +08:00
@@ -175,8 +175,6 @@ class _EmotePanelState extends State<EmotePanel>
|
||||
iconSize: 20,
|
||||
iconColor: theme.colorScheme.onSurfaceVariant
|
||||
.withValues(alpha: 0.8),
|
||||
bgColor: Colors.transparent,
|
||||
context: context,
|
||||
onPressed: () {
|
||||
final isDark = Get.isDarkMode;
|
||||
Get.toNamed(
|
||||
@@ -187,7 +185,7 @@ class _EmotePanelState extends State<EmotePanel>
|
||||
},
|
||||
);
|
||||
},
|
||||
icon: Icons.settings,
|
||||
icon: const Icon(Icons.settings),
|
||||
),
|
||||
),
|
||||
Expanded(
|
||||
|
||||
Reference in New Issue
Block a user