diff --git a/gnome-shell-sass/_drawing.scss b/gnome-shell-sass/_drawing.scss index d0b1ffc..d9d6db9 100644 --- a/gnome-shell-sass/_drawing.scss +++ b/gnome-shell-sass/_drawing.scss @@ -373,7 +373,7 @@ // $child_class: class name of the child element // -@mixin panel_button($bg:$panel_fg_color, $fg:$panel_fg_color, $flat: true, $highlighted_child: false, $child_class:"", $border_radius: 99px) { +@mixin panel_button($bg:$panel_fg_color, $fg:$panel_fg_color, $flat: true, $highlighted_child: false, $child_class:"", $border_radius: 3px) { transition-duration: 150ms; border: 3px solid transparent;