Skip to content

Commit

Permalink
fix(theme) use default colors for the custom theme WD-4880 (fixes the…
Browse files Browse the repository at this point in the history
… contrast for the navigation)
  • Loading branch information
edlerd committed Jul 4, 2023
1 parent 0caa38f commit a3b60d6
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .storybook/vanillaish.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,15 @@ import { create } from "@storybook/theming/create";
export default create({
base: "light",

colorPrimary: "#fff",
colorSecondary: "rgba(0,0,0,0.05)",

// UI
appBg: "#fff",
appContentBg: "#fff",
appBorderColor: "#cdcdcd",
appBorderRadius: ".125rem",

// Typography
fontBase:
'"Ubuntu", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif',
fontCode: '"Ubuntu Mono", Consolas, Monaco, Courier, monospace',

// Text colors
textColor: "#111",
textInverseColor: "#111",

// Toolbar default and active colors
barTextColor: "#111",
barSelectedColor: "#666",
barBg: "#fff",

// Form colors
inputBg: "#fff",
inputBorder: "#cdcdcd",
inputTextColor: "#111",
inputBorderRadius: ".125rem",

brandTitle: "Vanilla React Library",
Expand Down

0 comments on commit a3b60d6

Please sign in to comment.