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);