Skip to content

Commit

Permalink
fix hover color in top bar controls
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Oct 4, 2024
1 parent c8dcc2a commit 6958192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/storybook-manager-theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const createStorybookTheme = (skinName) => {
// Toolbar default and active colors
barTextColor: colors.textSecondary,
barSelectedColor: colors.primary,
barHoverColor: colors.brand,

// UI
appBg: '#ffffff',
Expand Down

0 comments on commit 6958192

Please sign in to comment.