Skip to content

Commit

Permalink
πŸ’„ fix: adjust toast success icon ui (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezk2ll authored May 22, 2024
1 parent baadfb6 commit 6cf0eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registration/src/lib/components/display/Toast.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
role="alert"
>
<div
class="inline-flex items-center justify-center flex-shrink-0 w-8 h-8 rounded-lg bg-green-800 text-green-200"
class="inline-flex items-center justify-center flex-shrink-0 w-8 h-8 rounded-lg text-green-200"
>
<svg
class="w-5 h-5"
Expand Down

0 comments on commit 6cf0eba

Please sign in to comment.