Skip to content

Commit

Permalink
@24.4.30-fix: chat-hover-color[WTEL-3534]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lera24 committed Apr 25, 2024
1 parent 439009e commit ed6ed5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "24.4.29",
"version": "24.4.30",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions src/css/styleguide/colors/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

// chat colors
--chat-color: var(--indigo-accent-2);
--chat-hover-color: var(--indigo-accent-2);
--chat-hover-color: var(--indigo-accent-1);
--chat-light-color: var(--indigo-lighten-4);
--chat-on-color: var(--black);

Expand Down Expand Up @@ -156,7 +156,7 @@

// chat colors
--chat-color: var(--indigo-accent-2);
--chat-hover-color: var(--indigo-accent-2);
--chat-hover-color: var(--indigo-accent-1);
--chat-light-color: var(--indigo-lighten-3);
--chat-on-color: var(--white);

Expand Down

0 comments on commit ed6ed5e

Please sign in to comment.