From 05f6d9be7ba2eca37d7881e5426fe584b2be7196 Mon Sep 17 00:00:00 2001 From: Ella E Date: Tue, 20 Feb 2024 21:49:20 -0700 Subject: [PATCH] UX: Change the color of the overriden dot to be slightly visible in dark mode (#25782) --- app/assets/stylesheets/common/admin/settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/admin/settings.scss b/app/assets/stylesheets/common/admin/settings.scss index fbcfd57441b..fced3d0e351 100644 --- a/app/assets/stylesheets/common/admin/settings.scss +++ b/app/assets/stylesheets/common/admin/settings.scss @@ -123,7 +123,7 @@ width: 0.5rem; height: 0.5rem; border-radius: 100%; - background-color: var(--quaternary-low); + background-color: var(--highlight-high); } } }