From d8423f2406c5d1ad18afd45ee24d194bdc24f81d Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Tue, 21 Jan 2025 01:40:12 +0000 Subject: Improve frontend (again) --- components/Dialog.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'components/Dialog.vue') 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 { -- cgit v1.2.3-70-g09d2