Skip to content

Commit

Permalink
fix(toast): fix toast right icon spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuradha Aggarwal committed Aug 25, 2023
1 parent 13317ee commit bd9cfdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/src/components/toast.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
padding-right: var(--spacing-m);
padding-left: var(--spacing-m);
height: var(--spacing-xl);
box-sizing: initial;
}

.Toast-icon--info,
Expand Down

0 comments on commit bd9cfdb

Please sign in to comment.