mirror of
https://github.com/primer/css.git
synced 2024-12-01 04:21:12 +03:00
Use default $bg-green for states
This commit is contained in:
parent
29e506ccc9
commit
ef251c745f
@ -28,8 +28,7 @@
|
||||
}
|
||||
|
||||
.State--green {
|
||||
// stylelint-disable-next-line primer/colors
|
||||
background-color: #159739; // custom green
|
||||
background-color: $bg-green;
|
||||
}
|
||||
|
||||
.State--red {
|
||||
|
Loading…
Reference in New Issue
Block a user