Skip to content

Commit

Permalink
adjust variables
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed May 19, 2023
1 parent b2f7a9e commit fc9a7f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/NcNoteCard/NcNoteCard.vue
Expand Up @@ -119,7 +119,7 @@ export default {
case 'success':
return 'var(--color-success)'
case 'info':
return 'var(--color-primary)'
return 'var(--color-info)'
case 'warning':
return 'var(--color-warning)'
default:
Expand Down Expand Up @@ -154,8 +154,8 @@ export default {
}
&--info {
--note-background: var(--color-primary-light);
--note-theme: var(--color-primary);
--note-background: rgba(var(--color-info-rgb), 0.1);
--note-theme: var(--color-info);
}
&--error {
Expand Down

0 comments on commit fc9a7f3

Please sign in to comment.