Skip to content

Commit

Permalink
feat: Popover supports inverted theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Jan 11, 2021
1 parent dc9257a commit e321e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylus/components/popover.styl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $popover
border rem(1) solid var(--dividerColor)
border-radius rem(4)
box-shadow rem(0 1 3 0) rgba(50, 54, 63, .19), rem(0 6 18 0) rgba(50, 54, 63, .19)
background-color var(--white)
background-color var(--paperBackgroundColor)

hr
margin rem(5) 0
Expand Down

0 comments on commit e321e37

Please sign in to comment.