Skip to content

Commit

Permalink
fix(Popover): Add missing border unit
Browse files Browse the repository at this point in the history
  • Loading branch information
m7kvqbe1 committed Apr 13, 2022
1 parent 4728697 commit e3aefb9
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 e3aefb9

Please sign in to comment.