From 746c0191380aef770f711bcfebc3cbd919c61b7d Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 18 Mar 2021 20:32:41 +0300 Subject: feat: improve WaybillForm --- src/components/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') 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 { 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 = { -- cgit v1.2.3