From f5ab743987751a3d998e60b1ed2c1b9ec8996c31 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Thu, 18 Sep 2025 20:11:56 +0200 Subject: [PATCH] style: update button hover states and add white variant to docs button --- src/components/Button.tsx | 2 +- src/components/Header.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 661b466..ba6655d 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -17,7 +17,7 @@ const variantStyles = { }, outline: { gray: 'border-gray-300 text-gray-700 hover:border-gray-400 active:bg-gray-100 active:text-gray-700/80', - white: 'border-gray-300 text-white hover:border-gray-400 active:bg-gray-100 active:text-white', + white: 'border-gray-300 text-white hover:border-gray-400 hover:text-gray-300 active:bg-gray-100 active:text-gray-800', }, } diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 2791276..e02313b 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -135,7 +135,7 @@ export function Header() { )}
-