Skip to content

Commit

Permalink
fix: arrow backgorund color
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Oct 26, 2020
1 parent 94ee671 commit 8458fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/src/Popover/PopoverUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Arrow: FC<{
sx={{
position: 'absolute',
borderStyle: 'solid',
background: 'background',
bg: 'background',
marginBottom: matchPx('top', placement, 0, SPACING),
marginTop: matchPx('bottom', placement, 0, SPACING),
marginRight: matchPx('left', placement, 0, SPACING),
Expand Down

0 comments on commit 8458fbe

Please sign in to comment.