Reduce the default panel button border radius

This commit is contained in:
Kevin MacMartin 2023-11-02 15:17:09 -04:00
parent 2778c200d8
commit 9db41d505b

View file

@ -373,7 +373,7 @@
// $child_class: class name of the child element // $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; transition-duration: 150ms;
border: 3px solid transparent; border: 3px solid transparent;