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 authored and noisysocks committed Dec 6, 2021
1 parent 650fee4 commit f7bd44b
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 f7bd44b

Please sign in to comment.