From c84d500bd52969a09925b9e28570652122b724b2 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Sun, 29 Jun 2025 20:55:49 +0200 Subject: [PATCH] feat: Increased border radius for buttons, b=no-bug, c=common --- src/zen/common/styles/zen-single-components.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zen/common/styles/zen-single-components.css b/src/zen/common/styles/zen-single-components.css index c16e46c9..c31b5cb1 100644 --- a/src/zen/common/styles/zen-single-components.css +++ b/src/zen/common/styles/zen-single-components.css @@ -104,7 +104,7 @@ body > #confetti { #zen-sidebar-top-buttons-customization-target &, #zen-sidebar-foot-buttons & { - --tab-border-radius: 4px; + --tab-border-radius: 6px; --toolbarbutton-border-radius: var(--tab-border-radius); --toolbarbutton-inner-padding: 7px;