From 67741c7a6f7c90a4ac5b245f8f71b92a4787835d Mon Sep 17 00:00:00 2001 From: Nina Pypchenko <22447785+nina-py@users.noreply.github.com> Date: Tue, 10 Nov 2020 12:54:21 +1100 Subject: [PATCH] Make checkbox switch component background stand out in modals (#2443) --- less/common/Modal.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/common/Modal.less b/less/common/Modal.less index 70dfcf976..b2062e2a2 100644 --- a/less/common/Modal.less +++ b/less/common/Modal.less @@ -105,6 +105,10 @@ text-align: left; } } + + .off.Checkbox--switch .Checkbox-display { + background: @muted-more-color; + } } .Modal-footer { border: 0;