Updated border and event colors

This commit is contained in:
Alexis
2025-04-17 16:42:48 +02:00
parent 687b96cf12
commit 790deeec5d
10 changed files with 17 additions and 266 deletions

View File

@@ -25,7 +25,7 @@ function handleClosing() {
<UiDialogContent
:disable-outside-pointer-events="true"
:trap-focus="true"
class="pl-3 min-w-96 border-indigo-200 dark:bg-slate-950 dark:border-indigo-950"
class="pl-3 min-w-96 border-border"
@escape-key-down="handleClosing"
@focus-outside="handleClosing"
@interact-outside="handleClosing"