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 +++---- components/Sidebar.vue | 9 +++++++-- layouts/default.vue | 2 ++ 3 files changed, 12 insertions(+), 6 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 { diff --git a/components/Sidebar.vue b/components/Sidebar.vue index 9366696..0dca27a 100644 --- a/components/Sidebar.vue +++ b/components/Sidebar.vue @@ -29,7 +29,7 @@ const timeUntilConferenceStart = computed(() => { - This conference is ongoing + This conference is ongoing @@ -38,7 +38,7 @@ const timeUntilConferenceStart = computed(() => { - Starts in {{ formatDistanceToNow(scheduleStore.getStartDate()) }} + Starts in {{ formatDistanceToNow(scheduleStore.getStartDate()) }}