diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 65cd576..e033c38 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -20,7 +20,7 @@ const variantStyles = { }, outline: { cyan: 'border-cyan-500 text-cyan-500', - gray: 'border-gray-300 text-gray-600 hover:text-cyan-500 hover:border-cyan-500 active:border-cyan-500', + gray: 'border-gray-200 text-gray-600 hover:text-cyan-500 hover:border-cyan-500 active:border-cyan-500', white: 'border-gray-300 text-white hover:text-cyan-500 hover:border-cyan-500 active:border-cyan-500', }, link: {