feat: Enhance button styling in direct message sheet for improved visibility

This commit is contained in:
Janez T
2025-10-16 13:45:52 +02:00
parent 520f343261
commit 38cda87841

View File

@@ -249,6 +249,10 @@ class _DirectMessageSheetState extends State<DirectMessageSheet> {
label: const Text('Send Direct Message'),
style: ElevatedButton.styleFrom(
padding: const EdgeInsets.symmetric(vertical: 14),
backgroundColor: colorScheme.primary,
foregroundColor: colorScheme.onPrimary,
disabledBackgroundColor: colorScheme.surfaceContainerHighest,
disabledForegroundColor: colorScheme.onSurfaceVariant,
),
),
),