From fef3775ad4c25be54fde7f9fb8338dbfe6bd33a2 Mon Sep 17 00:00:00 2001 From: Richard R Date: Thu, 14 May 2026 12:14:55 -0600 Subject: [PATCH] style(ui): update modal gradient backgrounds and adjust settings header layout Refine radial gradient backgrounds in Settings and DocumentSettings modals to use CSS color-mix with accent variable for improved theming. Adjust Settings modal header spacing and layout for better alignment and consistency. --- src/components/SettingsModal.tsx | 16 +++++++++------- src/components/documents/DocumentSettings.tsx | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/components/SettingsModal.tsx b/src/components/SettingsModal.tsx index c5cd2cf..4e2a18b 100644 --- a/src/components/SettingsModal.tsx +++ b/src/components/SettingsModal.tsx @@ -567,17 +567,19 @@ export function SettingsModal({ className = '' }: { className?: string }) { > {/* Header */} -
- - Settings - -
+
+
+ + Settings + +
+
{authEnabled && (