From bf9f894c0d623305a8800c2d56b2e9285e9c44a8 Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 15 Oct 2025 17:53:26 +0200 Subject: [PATCH] refactor: improve delete dialog UI and simplify message - Reduce verbose warning text to simple 'This will delete your highlight' - Add proper CSS styling for confirm dialog with backdrop blur - Center-aligned text and circular icon with color-coded background - Modern button styling with proper hover states - Full-width buttons in action row - Theme-aware colors using CSS variables --- src/components/HighlightItem.tsx | 2 +- src/styles/components/modals.css | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/components/HighlightItem.tsx b/src/components/HighlightItem.tsx index e1e18d38..9d60982c 100644 --- a/src/components/HighlightItem.tsx +++ b/src/components/HighlightItem.tsx @@ -575,7 +575,7 @@ export const HighlightItem: React.FC = ({