diff options
author | bobzel <zzzman@gmail.com> | 2025-06-26 10:59:47 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-06-26 10:59:47 -0400 |
commit | 2b7b12a9212de3bdce518d885dd739038ee14901 (patch) | |
tree | a60b01edf3640f65e245de14acac9bf080e30f13 /src | |
parent | baae27b205356898c5866a0f095e4ec056e02459 (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.scss b/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.scss index 18a179c67..4a916e86c 100644 --- a/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.scss +++ b/src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.scss @@ -679,7 +679,7 @@ $font-size-xlarge: 18px; } &:active { - background-color: darken($primary-light, 3%); + background-color: color.adjust($primary-light, $lightness: -3%); } } } |