From 278752fa8702712557b93d796b18273cd690ea69 Mon Sep 17 00:00:00 2001 From: Andrei Prigorshnev Date: Wed, 22 Jun 2022 19:40:21 +0400 Subject: [PATCH] Change the background color of the user status bubble (#17204) --- app/assets/stylesheets/common/base/discourse.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/discourse.scss b/app/assets/stylesheets/common/base/discourse.scss index 8ab9892ee07..40cdb225c9b 100644 --- a/app/assets/stylesheets/common/base/discourse.scss +++ b/app/assets/stylesheets/common/base/discourse.scss @@ -437,7 +437,7 @@ table { justify-content: center; width: 1.25em; height: 1.25em; - background-color: var(--tertiary-low); + background-color: var(--secondary); border-radius: 50%; .emoji {