summaryrefslogtreecommitdiffstats
path: root/src/components/Quote.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Quote.vue')
-rw-r--r--src/components/Quote.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Quote.vue b/src/components/Quote.vue
index 7ed86a515..9338fe10a 100644
--- a/src/components/Quote.vue
+++ b/src/components/Quote.vue
@@ -262,7 +262,7 @@ export default {
max-width: $messages-list-max-width - $message-utils-width;
&.quote-own-message {
- border-left: 4px solid var(--color-primary);
+ border-left: 4px solid var(--color-primary-element);
}
&__main {