diff --git a/src/components/_chat.scss b/src/components/_chat.scss index cec4244..d9ee0f4 100644 --- a/src/components/_chat.scss +++ b/src/components/_chat.scss @@ -56,7 +56,7 @@ flex: 1 1 auto; text-align: left; margin-right: 0.25rem; - border: 1px solid $theme-color; + border: 1px solid $dark-color; border-radius: 10px; transition: all 0.2s ease-in-out; } @@ -69,7 +69,7 @@ display: flex; justify-content: center; align-items: center; - border: 1px solid $theme-color; + border: 1px solid $dark-color; transition: all 0.2s ease-in-out; }