Skip to content

Commit

Permalink
changed themed-primary to base-primary
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBusshoff committed Nov 26, 2024
1 parent e7ff63d commit 06faf6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/storybook-utils/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const getCustomProperty = (property: string, el: Element = document.body)
* @see https://storybook.js.org/docs/react/configure/theming#create-a-theme-quickstart
*/
export const createTheme = (base: "light" | "dark" = "light", brandDetails?: BrandDetails) => {
const primaryColor = getCustomProperty("--onyx-color-themed-primary-500");
const primaryColor = getCustomProperty("--onyx-color-base-primary-500");

return create({
brandTitle: brandDetails?.brandTitle,
Expand Down

0 comments on commit 06faf6e

Please sign in to comment.