Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-12 20:56:19 +08:00
parent f6ca007815
commit 510bfe01be
34 changed files with 154 additions and 189 deletions

View File

@@ -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(