Skip to content

Commit

Permalink
fix: incorrectly named property in Odyssey Storybook theme issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGhadyani-Okta committed Jun 2, 2023
1 parent ca954ac commit b8bb647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
export default create({
base: "light",

PalettePrimary: PalettePrimaryMain,
colorPrimary: PalettePrimaryMain,
colorSecondary: PalettePrimaryDark,

// UI
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-storybook/.storybook/manager.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { addons } from "@storybook/addons";
import theme from "./OdysseyTheme";
import theme from "./odysseyStorybookTheme";

addons.setConfig({
theme,
Expand Down

0 comments on commit b8bb647

Please sign in to comment.