mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-12 17:00:28 +00:00
feat: Enhance button styling in direct message sheet for improved visibility
This commit is contained in:
@@ -249,6 +249,10 @@ class _DirectMessageSheetState extends State<DirectMessageSheet> {
|
|||||||
label: const Text('Send Direct Message'),
|
label: const Text('Send Direct Message'),
|
||||||
style: ElevatedButton.styleFrom(
|
style: ElevatedButton.styleFrom(
|
||||||
padding: const EdgeInsets.symmetric(vertical: 14),
|
padding: const EdgeInsets.symmetric(vertical: 14),
|
||||||
|
backgroundColor: colorScheme.primary,
|
||||||
|
foregroundColor: colorScheme.onPrimary,
|
||||||
|
disabledBackgroundColor: colorScheme.surfaceContainerHighest,
|
||||||
|
disabledForegroundColor: colorScheme.onSurfaceVariant,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user