From a85b2476c21c975a84d33e504e3d9fcf02d794cc Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Mon, 16 Sep 2024 22:19:04 -0500 Subject: [PATCH] [Glitch] Fix background of text detection progress Port 5a33a5658b904b97a664f18eaad6587c7c6cf04e to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/styles/components.scss b/app/javascript/flavours/glitch/styles/components.scss index f8ef556201..d58c54369d 100644 --- a/app/javascript/flavours/glitch/styles/components.scss +++ b/app/javascript/flavours/glitch/styles/components.scss @@ -4108,7 +4108,7 @@ input.glitch-setting-text { } &__wrapper { - background: $white; + background: $ui-base-color; border: 1px solid var(--background-border-color); margin-bottom: 10px; border-radius: 4px;