Skip to content

Commit

Permalink
update toast css
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Dec 30, 2024
1 parent f45b76d commit f9234d6
Showing 1 changed file with 21 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,31 @@ const Theme = styled.div`
color: white !important;
}
.toast-container {
right: 10px !important;
bottom: 10px !important;
}
.toast {
background: white !important;
border-radius: 10px;
overflow: hidden;
color: var(--text-color) !important;
background: var(--bg-card-color) !important;
border-color: var(--border-color) !important;
a {
color: inherit !important;
&:active {
color: inherit !important;
}
&:hover {
color: inherit !important;
}
}
}
.toast-header {
background-color: var(--other-primary) !important;
color: white !important;
background-color: var(--bg-system-color) !important;
color: var(--text-secondary-color) !important;
}
.text-md {
Expand Down

0 comments on commit f9234d6

Please sign in to comment.