Skip to content

Commit

Permalink
Merge pull request #224 from webitel/fix/chat-hover-color
Browse files Browse the repository at this point in the history
@24.4.30-fix: chat-hover-color[WTEL-3534]
  • Loading branch information
dlohvinov authored Apr 26, 2024
2 parents 439009e + ed6ed5e commit d178989
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 d178989

Please sign in to comment.