diff --git a/src/styles/index.scss b/src/styles/index.scss index 78e56f8d591e57ebb42d07fb6915808c4c5e0e24..a17618d7caa364c8edb0ffddc206b8ccfbf65001 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -95,7 +95,7 @@ .chatbox .chat-content .chat-content__messages { overflow-y: auto; scrollbar-width: thin; - scrollbar-color: #D6CECE white; + scrollbar-color: #E4E9F1 white; &::-webkit-scrollbar { width: 12px; @@ -107,7 +107,7 @@ } &::-webkit-scrollbar-thumb { - background-color: #D6CECE; + background-color: #E4E9F1; /* color of the scroll thumb */ border-radius: 6px; /* roundness of the scroll thumb */