Skip to content

Commit

Permalink
Fix misaligned toast loading icon
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksightKellar committed Jan 7, 2025
1 parent 0d03e9d commit 21a3a00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/css/Toast.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
margin-right: 0;
}

.sonner-toast[data-type='loading'] [data-icon] {
margin-top: 8px;
}

.sonner-toast [data-icon] svg {
width: 24px;
height: 24px;
Expand Down

0 comments on commit 21a3a00

Please sign in to comment.