diff --git a/src/app/globals.css b/src/app/globals.css index 05f5c86..f807608 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -18,17 +18,17 @@ } .light { - --bg-primary: #f5f2ed; - --bg-secondary: #ebe8e2; - --bg-tertiary: #e0dcd4; - --bg-hover: #d8d4ca; - --bg-focus: #cec9bd; - --text-primary: #1a1815; - --text-secondary: #3a3733; - --text-muted: #5c5850; - --border-primary: #d8d4ca; - --border-secondary: #cec9bd; - --accent: #7d7970; + --bg-primary: #fbf7f0; + --bg-secondary: #f0e9dd; + --bg-tertiary: #e6dac9; + --bg-hover: #dcd0bc; + --bg-focus: #d2c4af; + --text-primary: #3d3730; + --text-secondary: #5c544a; + --text-muted: #7d7468; + --border-primary: #dcd0bc; + --border-secondary: #e6dac9; + --accent: #a4937d; } @theme inline { @@ -765,7 +765,8 @@ body.theme-flash::after { } .sidebar-action-btn { - transition: background-color 0.15s ease, color 0.15s ease, opacity 0.15s ease; + transition: background-color 0.15s ease, color 0.15s ease, opacity 0.15s ease, border-color 0.15s ease; + border: 1px solid var(--border-primary); } .sidebar-action-btn:hover:not(:disabled) { diff --git a/src/app/page.tsx b/src/app/page.tsx index 0515f79..a38ef09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,6 +131,7 @@ export default function Home() { } }; + window.addEventListener('keydown', handleKeyDown); return () => window.removeEventListener('keydown', handleKeyDown); }, [selectedCount, clearAll, hasAurPackages, setSelectedHelper, drawerOpen, closeDrawer, openDrawer, toggleThemeWithFlash]); diff --git a/src/components/command/AurFloatingCard.tsx b/src/components/command/AurFloatingCard.tsx index 5d24459..56ee04b 100644 --- a/src/components/command/AurFloatingCard.tsx +++ b/src/components/command/AurFloatingCard.tsx @@ -91,14 +91,14 @@ export function AurFloatingCard({ return (
{hasAnswered !== null && (
@@ -112,7 +112,7 @@ export function AurFloatingCard({
{/* Header */} -
+

AUR Packages

{hasYayInstalled ? 'Using yay' : 'Will install yay first'} @@ -74,7 +74,7 @@ export function AurPopover({

{/* Yay Checkbox */} -
+