Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Irinaristova committed Jun 18, 2021
1 parent 1e5f026 commit 1454886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/atoms/button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ const ButtonBase: React.FC<ButtonProps & Variant> = ({
);

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);
Expand All @@ -55,6 +53,8 @@ export const Button = styled(ButtonBase)`
flex-wrap: nowrap;
justify-content: center;
${box}
box-sizing: border-box;
padding: 0;
Expand Down

0 comments on commit 1454886

Please sign in to comment.