Skip to content

Commit b23beac

Browse files
Andrew-K-Lamjraff
authored andcommitted
fix(community-side-navigation): fix button font override on site builder
1 parent 44938bc commit b23beac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/SideNavigation/SubMenu/SubMenu.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const ButtonSubMenu = styled.button(props => ({
2727
width: '100%',
2828
color: props.active ? `${colorTelusPurple}` : `${colorShuttleGrey}`,
2929
borderLeft: props.active ? `4px solid ${colorTelusPurple}` : 'none',
30+
fontFamily: 'TELUS-Web, "Helvetica Neue", Helvetica, Arial, sans-serif',
3031
'&:hover': {
3132
backgroundColor: `${colorWhiteLilac}`,
3233
color: `${colorTelusPurple}`,

0 commit comments

Comments
 (0)