aboutsummaryrefslogtreecommitdiffstats
path: root/components/Dialog.vue
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2025-01-21 01:40:12 +0000
committerLeonardo Bishop <me@leonardobishop.com>2025-01-21 01:40:12 +0000
commitd8423f2406c5d1ad18afd45ee24d194bdc24f81d (patch)
tree8d7981b60e9d3ea98319a2702646d034dba5bb0d /components/Dialog.vue
parent5d162cb8e0f5d594905a56a9b16f4f68df5f6631 (diff)
Improve frontend (again)
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 {