From 49c8a8ebb8c7f678b4bc1376a01f7de606f60263 Mon Sep 17 00:00:00 2001 From: Serhii Kulykov Date: Mon, 31 May 2021 18:04:05 +0300 Subject: [PATCH] fix: resolve rounded corner rendering bug (#54) --- src/lib/styles/saturation.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/styles/saturation.css b/src/lib/styles/saturation.css index c0e9f01..7d971cc 100644 --- a/src/lib/styles/saturation.css +++ b/src/lib/styles/saturation.css @@ -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)),