mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-12 17:00:28 +00:00
feat: Update text color for direct messages info in SAR Update Sheet
This commit is contained in:
@@ -594,8 +594,8 @@ class _SarUpdateSheetState extends State<SarUpdateSheet> {
|
|||||||
Expanded(
|
Expanded(
|
||||||
child: Text(
|
child: Text(
|
||||||
AppLocalizations.of(context)!.directMessagesInfo(chatContactsCount),
|
AppLocalizations.of(context)!.directMessagesInfo(chatContactsCount),
|
||||||
style: const TextStyle(
|
style: TextStyle(
|
||||||
color: Colors.white70,
|
color: Colors.green.shade900,
|
||||||
fontSize: 11,
|
fontSize: 11,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user