Skip to content

Commit 3584725

Browse files
refactor: using theme token instead string value
1 parent 41a7a2d commit 3584725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Menu/MenuStyles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const StyledMenuItemButton = styled.button<MenuItemBaseCssProps>`
6161
background: inherit;
6262
width: 100%;
6363
font-size: 14px;
64-
font-family: 'Mulish', sans-serif;
64+
font-family: ${({ theme }): string => theme.tokens.ref.fontFamily.base};
6565
`
6666

6767
export const StyledMenuItemAnchor = styled.a<MenuItemBaseCssProps>`

0 commit comments

Comments
 (0)