aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-06-26 10:59:47 -0400
committerbobzel <zzzman@gmail.com>2025-06-26 10:59:47 -0400
commit2b7b12a9212de3bdce518d885dd739038ee14901 (patch)
treea60b01edf3640f65e245de14acac9bf080e30f13
parentbaae27b205356898c5866a0f095e4ec056e02459 (diff)
from last
-rw-r--r--src/client/views/nodes/chatbot/chatboxcomponents/ChatBox.scss2
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%);
}
}
}