feat: Added color theme implementations
This commit is contained in:
@@ -36,7 +36,7 @@ class ChannelUnreadIndicator extends StatelessWidget {
|
||||
'${snapshot.data}',
|
||||
style: TextStyle(
|
||||
fontSize: 11,
|
||||
color: Colors.white,
|
||||
color: StreamChatTheme.of(context).colorTheme.white,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user