From f3aaa865ff67178ed13470b575c7fa212f5e65b0 Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 12 Aug 2024 16:10:04 +0200 Subject: [PATCH] general: switch border --- general/widgets.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/widgets.css b/general/widgets.css index 402040d..a508c36 100644 --- a/general/widgets.css +++ b/general/widgets.css @@ -1072,7 +1072,7 @@ switch{ switch slider { min-height: 20px; min-width: 20px; - border-width: 2px; + border-width: 1px; background-color: @gtk_button_color; border-color: @gtk_selected_bg_color; }