Skip to content

Commit

Permalink
fix(SegmentedSwitch): adjust padding on option
Browse files Browse the repository at this point in the history
Correct height should be 42px, so padding is adjusted
  • Loading branch information
DSil committed Jan 12, 2023
1 parent b07e295 commit 9760298
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@ export const StyledText = styled.div`
background: ${theme.orbit.paletteWhite};
color: ${theme.orbit.paletteInkNormal};
border: 0;
padding: 11px 12px;
padding: 13px 12px;
color: ${theme.orbit.paletteInkLight};
font-family: ${theme.orbit.fontFamily};
font-weight: ${theme.orbit.fontWeightMedium};
Expand Down

0 comments on commit 9760298

Please sign in to comment.