Skip to content

Commit

Permalink
fix(popover): update border radius to match MD (#16086)
Browse files Browse the repository at this point in the history
  • Loading branch information
camwiegert authored Oct 25, 2018
1 parent 6b8c87e commit 9c733e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/popover/popover.md.vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $popover-md-min-height: 0 !default;
$popover-md-max-height: 90% !default;

/// @prop - Border radius of the popover content
$popover-md-border-radius: 2px !default;
$popover-md-border-radius: 4px !default;

/// @prop - Text color of the popover content
$popover-md-text-color: $text-color !default;
Expand Down

0 comments on commit 9c733e9

Please sign in to comment.