Skip to content

Commit

Permalink
fix(styles): set close button for toast to have a minimum height of 2…
Browse files Browse the repository at this point in the history
…4px (#457)
  • Loading branch information
scurker authored Dec 14, 2021
1 parent 8cb8a98 commit c933786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/styles/toast.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
.Toast__dismiss {
background: transparent;
border: 0;
height: calc(var(--text-size-small) + 9px);
}

.Toast__dismiss:focus {
Expand Down

0 comments on commit c933786

Please sign in to comment.