From 5be235c8ca1b4ad5d499fac96133e77c773b7c6d Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Mon, 12 May 2025 01:27:50 -0400 Subject: data fields --- src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss') diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss index 8ac718fb7..2f7b68c4d 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss @@ -1141,6 +1141,7 @@ .switch { gap: 0.75rem; + margin-bottom: 0px; } .switch .slider { @@ -1170,7 +1171,7 @@ } .switch input:checked + .slider { - background: #9fe29d; + background: #78c2f1; } .switch input:checked + .slider::before { @@ -1182,6 +1183,8 @@ font-size: 100%; color: whitesmoke; text-align: center; + margin-bottom: 0px; + font-weight: 500; } -- cgit v1.2.3-70-g09d2