From 6b67c095bfe837bcc2ab99944f028480e0823d0a Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 7 Apr 2022 16:07:47 +0300 Subject: [PATCH] make scrollbars use button roundness --- src/App.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.scss b/src/App.scss index b02d7f25..1e8f7cdd 100644 --- a/src/App.scss +++ b/src/App.scss @@ -43,6 +43,7 @@ body { color: var(--btnText); background-repeat: no-repeat, no-repeat; + border-radius: var(--btnRadius); &:horizontal { background-size: 50% calc(50% - var(--___bgPadding)), 50% calc(50% - var(--___bgPadding));