summaryrefslogtreecommitdiffstats
path: root/src/components/Quote.vue
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-05-12 16:17:13 +0200
committerSimon L <szaimen@e.mail.de>2023-05-12 16:17:13 +0200
commitdba3675e9155a5f4e6bf951bcc37bc592afae023 (patch)
tree0694cabf0d0a1be4adeb2d6eff0315594abd89fc /src/components/Quote.vue
parent56b5ff09c7ddbca3253568775bde3b51c8eaec18 (diff)
Use the color-primary-element* variables
Signed-off-by: Simon L <szaimen@e.mail.de>
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 {