Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Theming of Icons #449

Merged
merged 1 commit into from
Jan 14, 2023
Merged

Fix Theming of Icons #449

merged 1 commit into from
Jan 14, 2023

Conversation

ricoberger
Copy link
Member

Some icons were still using a static color instead of a color from our theme. The color of the icons which were using "Colors.grey[300]" are now using the primary or secondary text color of the selected theme.

The icons are using the primary text color when the text uses the primary color. If the text uses the primary and secondary color the icons will use the secondary color.

Some icons were still using a static color instead of a color from our
theme. The color of the icons which were using "Colors.grey[300]" are
now using the primary or secondary text color of the selected theme.

The icons are using the primary text color when the text uses the
primary color. If the text uses the primary and secondary color the
icons will use the secondary color.
@ricoberger ricoberger merged commit b93df4b into main Jan 14, 2023
@ricoberger ricoberger deleted the fix-themning-of-icons branch January 14, 2023 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant