mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-12 17:00:28 +00:00
feat: Update text color for persistent room info based on contact type
This commit is contained in:
@@ -640,8 +640,10 @@ class _SarUpdateSheetState extends State<SarUpdateSheet> {
|
||||
: AppLocalizations.of(
|
||||
context,
|
||||
)!.persistentRoomInfo,
|
||||
style: const TextStyle(
|
||||
color: Colors.white70,
|
||||
style: TextStyle(
|
||||
color: _selectedContact!.isChannel
|
||||
? Colors.orange.shade900
|
||||
: Colors.blue.shade900,
|
||||
fontSize: 11,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user