Skip to content

Commit

Permalink
fix(SegmentedSwitch): adjust height to match design specs
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Apr 27, 2023
1 parent 262104e commit 67dee47
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -23,11 +23,12 @@ export const StyledText = styled.div`
background: ${theme.orbit.paletteWhite};
color: ${theme.orbit.paletteInkNormal};
border: 0;
padding: 13px 12px;
padding: ${theme.orbit.spaceSmall};
color: ${theme.orbit.paletteInkLight};
font-family: ${theme.orbit.fontFamily};
font-weight: ${theme.orbit.fontWeightMedium};
font-size: ${theme.orbit.fontSizeTextNormal};
line-height: ${theme.orbit.lineHeightTextNormal};
cursor: pointer;
transition: color ${theme.orbit.durationFast} ease-in-out;
width: 100%;
Expand Down

0 comments on commit 67dee47

Please sign in to comment.