Skip to content

Commit

Permalink
fix(css): info callout box color to --color-info
Browse files Browse the repository at this point in the history
Fallback to the hard coded value for our primary element default.
`--color-info` was only introduced with Nextcloud 27.

Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud authored and mejo- committed Jun 26, 2023
1 parent 1eb76b1 commit d2e6237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/Callout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default {
// Info (default) variables
&, &--info {
--callout-border: var(--color-primary-element);
--callout-border: var(--color-info, #006aa3);
}
// Warn variables
Expand Down

0 comments on commit d2e6237

Please sign in to comment.