Skip to content

Commit

Permalink
fix(ErrorFormTooltip): change font-weight to normal (#3886)
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Jun 16, 2023
1 parent cedc3a0 commit 2cb63c7
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -112,14 +112,6 @@ const StyledTooltipContent = styled.div`
color: ${theme.orbit.paletteWhite};
}
}
${media.largeMobile(css`
font-weight: ${theme.orbit.fontWeightMedium};
${StyledText}, ${Item}, a {
font-weight: ${theme.orbit.fontWeightMedium};
}
`)};
`}
`;

Expand Down

0 comments on commit 2cb63c7

Please sign in to comment.