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 e147bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/ui/atoms/button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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 Down
5 changes: 2 additions & 3 deletions src/ui/molecules/toast/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ const ToastBase: React.FC<ToastProps & Variant> = ({
);

export const Toast = styled(ToastBase)`
${box}
--local-text-color: var(--woly-shape-text-default);
--local-shape-color: var(--woly-shape-default);
--local-border-color: var(--woly-shape-default);
--local-toast-gap: max(9px, calc(1px * var(--woly-component-level) * var(--woly-main-level)));
${box}
display: flex;
align-items: center;
flex-wrap: nowrap;
align-items: center;
min-width: fit-content;
max-width: 75%;
Expand Down

0 comments on commit e147bd7

Please sign in to comment.