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 light theme styles after #893 #898

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

kmagiera
Copy link
Member

@kmagiera kmagiera commented Jan 13, 2025

In #893 we updated styles to increase available space for icon buttons and for simulator.

Apparently #893 introduced an error, because the button size constant was only being set for dark theme and not for the light one.

This PR fixes this error by moving the definition of that size variable to the root object instead of keeping it to be theme-specific.

Before:
image

After:
image

How Has This Been Tested:

  1. Open IDE in light mode.
  2. Check if it looks good in dark mode too

Copy link

vercel bot commented Jan 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
radon-ide ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 13, 2025 1:25pm

@kmagiera kmagiera changed the title Fix light theme styles aftre #893 Fix light theme styles after #893 Jan 13, 2025
@kmagiera kmagiera merged commit bf16a0c into main Jan 13, 2025
4 checks passed
@kmagiera kmagiera deleted the kmagiera/fix-light-theme-styles-after-893 branch January 13, 2025 23:09
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.

2 participants