aboutsummaryrefslogtreecommitdiffstats
path: root/components/Dialog.vue
diff options
context:
space:
mode:
Diffstat (limited to 'components/Dialog.vue')
-rw-r--r--components/Dialog.vue7
1 files changed, 3 insertions, 4 deletions
diff --git a/components/Dialog.vue b/components/Dialog.vue
index 42ba070..3d91de0 100644
--- a/components/Dialog.vue
+++ b/components/Dialog.vue
@@ -72,9 +72,8 @@ dialog.normal {
}
dialog.error {
- border: 2px solid var(--color-background-error-dark);
- background-color: var(--color-background-error);
- color: white;
+ border: 2px solid var(--color-border-error);
+ background-color: var(--color-error);
}
dialog.fit {
@@ -84,7 +83,7 @@ dialog.fit {
dialog::backdrop {
backdrop-filter: blur(4px);
- background-color: rgba(0, 0, 0, 0.3);
+ background-color: rgba(0, 0, 0, 0.1);
}
div.actions {