feat: Update text color for direct messages info in SAR Update Sheet

This commit is contained in:
Janez T
2025-11-14 11:35:10 +01:00
parent c621db0800
commit 109bf83e58

View File

@@ -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,
),
),