Skip to content

Commit

Permalink
Use token for font-family in toast (magento#3164)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthoula Wojczak <[email protected]>
  • Loading branch information
fooman and anthoula committed May 12, 2021
1 parent 907cb9b commit b74d2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/venia-ui/lib/components/ToastContainer/toast.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
color: rgb(33, 33, 33);
display: grid;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-family: var(--venia-global-fontFamily-sansSerif);
font-size: 0.8rem;
font-weight: lighter;
gap: 0.5rem 0.75rem;
Expand Down

0 comments on commit b74d2fa

Please sign in to comment.