summaryrefslogtreecommitdiff
path: root/src/components/Button.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Button.tsx')
-rw-r--r--src/components/Button.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Button.tsx b/src/components/Button.tsx
index 35d3f32..dbac20d 100644
--- a/src/components/Button.tsx
+++ b/src/components/Button.tsx
@@ -11,7 +11,7 @@ export interface Props extends React.ButtonHTMLAttributes<HTMLButtonElement> {
const variants = {
contained: 'bg-black text-white hover:underline ring-gray-400',
- outlined: 'hover:shadow border border-gray-300 ring-gray-200',
+ outlined: 'bg-white hover:shadow border border-gray-300 ring-gray-200',
};
const sizes = {