apply theme to rest of the sdk
This commit is contained in:
@@ -55,7 +55,9 @@ class UrlAttachment extends StatelessWidget {
|
||||
.textTheme
|
||||
.bodyBold
|
||||
.copyWith(
|
||||
color: Color(0xFF006CFF),
|
||||
color: StreamChatTheme.of(context)
|
||||
.colorTheme
|
||||
.accentBlue,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user