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:
parent
29e506ccc9
commit
ef251c745f
@ -28,8 +28,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.State--green {
|
.State--green {
|
||||||
// stylelint-disable-next-line primer/colors
|
background-color: $bg-green;
|
||||||
background-color: #159739; // custom green
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.State--red {
|
.State--red {
|
||||||
|
Loading…
Reference in New Issue
Block a user