Skip to content

Commit

Permalink
Merge pull request #10363 from nextcloud/backport/10360/stable27
Browse files Browse the repository at this point in the history
[stable27] fix(chat): Fix primary color selection on quotes
  • Loading branch information
nickvergessen committed Aug 25, 2023
2 parents 99b6c7f + cb9828b commit ccfec89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Quote.vue
Expand Up @@ -283,7 +283,7 @@ export default {
}
&.quote-own-message::before {
background-color: var(--color-primary-default);
background-color: var(--color-primary-element);
}
&__main {
Expand Down

0 comments on commit ccfec89

Please sign in to comment.