Skip to content

Conversation

@JonasBa
Copy link
Member

@JonasBa JonasBa commented Dec 19, 2025

Removes the deprecated theme black and white colors. For Icon changes, use styled to draw color as white (most cases are when icons are used in buttons, which will in the future work ootb)

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Dec 19, 2025
Comment on lines +55 to +61
const StyledIconClock = styled(IconClock)`
color: ${p => p.theme.colors.white};
`;

const StyledIconLightning = styled(IconLightning)`
color: ${p => p.theme.colors.white};
`;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an example where we need to escape via styled.

@getsantry
Copy link
Contributor

getsantry bot commented Jan 10, 2026

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry bot added the Stale label Jan 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants