fix: selected smart view and note list issue (#1042)

This commit is contained in:
Aman Harwara
2022-05-23 21:28:38 +05:30
committed by GitHub
parent 45785ad401
commit 599e2b886e
4 changed files with 12 additions and 9 deletions

View File

@@ -73,3 +73,7 @@
.color-warning-contrast {
color: var(--warning-text-color);
}
.color-danger-contrast {
color: var(--sn-stylekit-danger-contrast-color);
}