From dba3675e9155a5f4e6bf951bcc37bc592afae023 Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 12 May 2023 16:17:13 +0200 Subject: Use the color-primary-element* variables Signed-off-by: Simon L --- src/components/Quote.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Quote.vue') 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 { -- cgit v1.2.3