Skip to content

Commit

Permalink
Fixed some usage of old color names
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Oct 5, 2023
1 parent 3a15b2c commit 5fc82e3
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 @@ -54,7 +54,7 @@ export const AccordionBorder: StoryFn<typeof Accordion> = () => (
export const AccordionColor: StoryFn<typeof Accordion> = () => (
<Accordion
border
color='secondary'
color='second'
>
<Accordion.Item>
<Accordion.Header level={3}>
Expand Down
2 changes: 1 addition & 1 deletion storefront/components/SidebarMenu/SidebarMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const SidebarMenu = ({ routerPath }: SidebarMenuProps) => {
className={classes.toggleBtn}
fullWidth
size='medium'
color='secondary'
color='second'
variant='outline'
onClick={() => setShowMenu(!showMenu)}
aria-expanded={showMenu}
Expand Down

0 comments on commit 5fc82e3

Please sign in to comment.