Skip to content

Commit

Permalink
Add: Corners to custom color picker popover (#37015)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Dec 1, 2021
1 parent 95ebb20 commit 971fd43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/components/src/color-palette/style.scss
Expand Up @@ -21,9 +21,14 @@
overflow: visible;
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
border: none;
border-radius: $radius-block-ui;
& > div {
padding: 0;
}
.react-colorful__saturation {
border-top-right-radius: $radius-block-ui;
border-top-left-radius: $radius-block-ui;
}
}

@include break-medium() {
Expand Down

0 comments on commit 971fd43

Please sign in to comment.