fix(ui): metadata color on overlay - #2861
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| style: .from(textColor: colorScheme.accentPrimary, iconColor: colorScheme.accentPrimary), | ||
| style: .from(textColor: accentColor, iconColor: accentColor), |
There was a problem hiding this comment.
@xsahil03x is it right that these are not really themeable? We do use StreamMessageItemTheme.of(context).annotation, but this textColor style overrides the theme. I guess we only do that when we expect the accentPrimary color, but still that one is not really themeable than right?
b40ce47 to
b6df593
Compare
Submit a pull request
Linear: fixes FLU-647
CLA
Description of the pull request
Needs: GetStream/stream-core-flutter#144
This updates the metadata to white in preview mode so it's still readable.
Screenshots / Videos