Skip to content

Commit

Permalink
Change toastify success background
Browse files Browse the repository at this point in the history
  • Loading branch information
treoden committed Oct 7, 2023
1 parent 17b346e commit 5e9e11a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
box-sizing: border-box;
margin-bottom: 1rem;
padding: 8px;
border-radius: 1px;
border-radius: 5px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
Expand All @@ -85,7 +85,8 @@
background: #3498db;
}
.Toastify__toast--success {
background: #07bc0c;
background: var(--success);
color: #fff
}
.Toastify__toast--warning {
background: #f1c40f;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
box-sizing: border-box;
margin-bottom: 1rem;
padding: 8px;
border-radius: 1px;
border-radius: 5px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
Expand All @@ -86,7 +86,8 @@
background: #3498db;
}
.Toastify__toast--success {
background: #07bc0c;
background: var(--success);
color: #fff
}
.Toastify__toast--warning {
background: #f1c40f;
Expand Down

0 comments on commit 5e9e11a

Please sign in to comment.