feat: update color palette [CW-2293] (#7617)

This commit is contained in:
Shivam Mishra
2023-08-01 21:34:10 +05:30
committed by GitHub
parent e052a061f4
commit 62e9fc1bc5
38 changed files with 241 additions and 171 deletions

View File

@@ -213,7 +213,7 @@ export default {
}
.filter.has-error {
@apply bg-red-50 dark:bg-red-100;
@apply bg-red-50 dark:bg-red-800/50 border-red-100 dark:border-red-700/50;
}
.filter-inputs {
@@ -221,7 +221,7 @@ export default {
}
.filter-error {
@apply text-red-500 dark:text-red-600 block my-1 mx-0;
@apply text-red-500 dark:text-red-200 block my-1 mx-0;
}
.action__question,