Skip to content

Commit

Permalink
fix: resolve rounded corner rendering bug (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed May 31, 2021
1 parent 4657f85 commit 49c8a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/styles/saturation.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[part='saturation'] {
flex-grow: 1;
border-color: transparent;
border-bottom: 12px solid #000;
border-radius: 8px 8px 0 0;
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)),
Expand Down

0 comments on commit 49c8a8e

Please sign in to comment.