1
1
mirror of https://github.com/primer/css.git synced 2024-12-03 03:33:40 +03:00

Use color instead of fill

Co-Authored-By: Shawn Allen <shawn.allen@github.com>
This commit is contained in:
simurai 2019-07-16 01:36:05 -05:00 committed by GitHub
parent 2074596f11
commit 0ebf31d88a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@
}
.Toast--warning .Toast-icon {
fill: $gray-900;
color: $gray-900;
background-color: $yellow-600;
}