From 8e433e032dd1f26ae93a4e5b2c96125d5dc9532f Mon Sep 17 00:00:00 2001 From: Ira Date: Fri, 18 Jun 2021 18:20:18 +0300 Subject: [PATCH] update lint --- src/ui/atoms/button/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/atoms/button/index.tsx b/src/ui/atoms/button/index.tsx index ffbcfb89..46493f78 100644 --- a/src/ui/atoms/button/index.tsx +++ b/src/ui/atoms/button/index.tsx @@ -46,7 +46,6 @@ const ButtonBase: React.FC = ({ export const Button = styled(ButtonBase)` ${box} - --local-text-color: var(--woly-shape-text-default); --local-shape-color: var(--woly-shape-default); --local-border-color: var(--woly-shape-default);