From f6a1656a1d2c753107b4783e90e5061be1e4a26d Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Thu, 10 Apr 2025 14:36:43 -0600 Subject: [PATCH] . --- src/avatars.scss | 6 +++--- src/color_overrides.scss | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/avatars.scss b/src/avatars.scss index 3e09ba2..cfade93 100644 --- a/src/avatars.scss +++ b/src/avatars.scss @@ -136,15 +136,15 @@ div[class^="listItem_"] [class^="wrapper_"] > svg > foreignObject, } &:has(rect[fill="#23a55a"]), - &:has(rect[fill="#43a25a"]) { + &:has(rect[fill="#40a258"]) { --status-color: #{colors.$c2}; } &:has(rect[fill="#f0b232"]), - &:has(rect[fill="#ca9654"]) { + &:has(rect[fill="#cc954c"]) { --status-color: #{colors.$c3}; } &:has(rect[fill="#f23f43"]), - &:has(rect[fill="#d83a42"]) { + &:has(rect[fill="#d83a41"]) { --status-color: #{colors.$c5}; } &:has(rect[fill="#593695"]), diff --git a/src/color_overrides.scss b/src/color_overrides.scss index d2a01e5..b1d6ac2 100644 --- a/src/color_overrides.scss +++ b/src/color_overrides.scss @@ -1033,6 +1033,8 @@ svg[fill="#FF73FA"] { --checkbox-border-checked: #{colors.$accent} !important; --card-primary-bg: #{colors.$secondary} !important; --background-message-hover: #{colors.$tertiary} !important; + --background-code: #{colors.$secondary} !important; + --border-normal: #383838; --custom-app-top-bar-height: 24px;