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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI: Fix theming of elements inside bars #26527

Merged
merged 2 commits into from
Mar 18, 2024

Commits on Mar 15, 2024

  1. Fix theming of elements inside bars

    In Storybook 8.0, we have broken theming for elements inside bars.
    The theming variables "barTextColor", "barHoverColor" and "barSelectedColor" were mostly
    ignored and mainly other variable colors were applied.
    
    This commit mainly ensures, that the default dark and light theming doesn't change.
    If "barTextColor", "barHoverColor" or "barSelectedColor" are set by the user,
    they get normally applied to the icon and text elements inside the bar areas,
    like the topbar, bottom-bar or the tab area in the addons panel.
    valentinpalkovic committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    db4e08a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    a76f857 View commit details
    Browse the repository at this point in the history