Skip to content

Commit

Permalink
[fix] adjust tooltip style (#2910)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <[email protected]>
  • Loading branch information
igorDykhta authored Jan 12, 2025
1 parent f0c57a8 commit b1d2433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/src/common/styled-components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const Tooltip: IStyledComponent<'web', TooltipAttrsProps> = styled(
&.__react_component_tooltip {
font-size: ${props => props.theme.tooltipFontSize};
font-weight: 400;
padding: 7px 18px;
padding: 10px 18px;
box-shadow: ${props => props.theme.tooltipBoxShadow};
&.type-dark {
Expand Down

0 comments on commit b1d2433

Please sign in to comment.