mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-12 08:50:30 +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(
|
||||
child: Text(
|
||||
AppLocalizations.of(context)!.directMessagesInfo(chatContactsCount),
|
||||
style: const TextStyle(
|
||||
color: Colors.white70,
|
||||
style: TextStyle(
|
||||
color: Colors.green.shade900,
|
||||
fontSize: 11,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user