1
1
mirror of https://github.com/primer/css.git synced 2024-12-01 12:42:32 +03:00

Use default $bg-green for states

This commit is contained in:
simurai 2020-05-06 11:09:24 +09:00
parent 29e506ccc9
commit ef251c745f

View File

@ -28,8 +28,7 @@
}
.State--green {
// stylelint-disable-next-line primer/colors
background-color: #159739; // custom green
background-color: $bg-green;
}
.State--red {