mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
feat: update color palette [CW-2293] (#7617)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user