Skip to content

Commit

Permalink
Style toast loader
Browse files Browse the repository at this point in the history
  • Loading branch information
marcianosr committed Nov 7, 2023
1 parent 467292a commit 80eb445
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Toast/Toast.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
color: var(--font-color-2);
background-color: var(--bg-color-2);
}

.toastProgress {
background: var(--kabisa-green-600);
}
1 change: 1 addition & 0 deletions src/components/Toast/Toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const ToastWrapper = () => (
theme="dark"
icon={false}
pauseOnHover
progressClassName={styles.toastProgress}
/>
);

Expand Down

0 comments on commit 80eb445

Please sign in to comment.