From f2aefda99ca9678664cef2c50aef259b9bc83b18 Mon Sep 17 00:00:00 2001 From: Laura van Helvoort <105433238+liquidely@users.noreply.github.com> Date: Thu, 15 Aug 2024 09:23:51 +0200 Subject: [PATCH] feat: Increase border-radius value switchpill (#4530) Increase border-radius value --- stylesheets/commons/SwitchButtons.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/commons/SwitchButtons.less b/stylesheets/commons/SwitchButtons.less index 2e88da44abb..033ed8234d3 100644 --- a/stylesheets/commons/SwitchButtons.less +++ b/stylesheets/commons/SwitchButtons.less @@ -87,7 +87,7 @@ position: absolute; inset: 0; z-index: 1; - border-radius: 0.5rem; + border-radius: 0.625rem; background-color: #c1cee8; .theme--light & {