Skip to content

Commit

Permalink
fix: notification border color
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Sep 19, 2023
1 parent 87ae708 commit 2d867f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -369,12 +369,14 @@ input[type="number"] {
width: auto;
}

.toast {
border: 1px solid var(--comment);
}
.toast-container > :not(:last-child) {
margin-bottom: 0.75rem;
}

.toast,
.toast-header,
.popover,
.popover-header {
background: var(--lightbgcolor);
Expand Down

0 comments on commit 2d867f3

Please sign in to comment.