Skip to content

Commit

Permalink
Merge pull request #3237 from defencedigital/fix/popover-style-typo
Browse files Browse the repository at this point in the history
fix(Tooltip): Add missing border unit
  • Loading branch information
m7kvqbe1 authored Apr 13, 2022
2 parents 4728697 + 8507d7f commit e23dd40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const StyledContent = styled.div<StyledContentProps>`
z-index: ${zIndex('modal', 1)};
background: ${TOOLTIP_DARK_BG};
color: ${color('neutral', 'white')};
border: ${TOOLTIP_DARK_BORDER} solid ${TOOLTIP_BORDER_THICK};
border: ${TOOLTIP_DARK_BORDER} solid ${TOOLTIP_BORDER_THICK}px;
border-radius: 5px;
padding: ${spacing('6')} ${spacing('8')};
position: relative;
Expand Down

0 comments on commit e23dd40

Please sign in to comment.