From 1d982c38dcf35d01c7033ff1f5f0d95a088f7995 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 9 Oct 2023 23:41:53 -0400 Subject: [PATCH] Fix the rounded corner on the clock --- gnome-shell-sass/_drawing.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-shell-sass/_drawing.scss b/gnome-shell-sass/_drawing.scss index 6a6dc9b..d0b1ffc 100644 --- a/gnome-shell-sass/_drawing.scss +++ b/gnome-shell-sass/_drawing.scss @@ -419,7 +419,7 @@ #{$child_class} { transition-duration: 150ms; border: 3px solid transparent; - border-radius: 99px; + border-radius: $border_radius; } &:active, &:focus, &:checked {