Skip to content

Commit

Permalink
feat(ErrorFormTooltip): change font-size to 14px only
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Apr 26, 2023
1 parent 05918ff commit bf09d30
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -111,12 +111,10 @@ const StyledTooltipContent = styled.div`
}
${media.largeMobile(css`
font-size: ${theme.orbit.fontSizeTextSmall};
font-weight: ${theme.orbit.fontWeightMedium};
${StyledText}, ${Item}, a {
font-weight: ${theme.orbit.fontWeightMedium};
font-size: ${theme.orbit.fontSizeTextSmall};
}
`)};
`}
Expand Down

0 comments on commit bf09d30

Please sign in to comment.