Skip to content

Commit c65b5f9

Browse files
jdanyowsimurai
andauthored
set .btn-danger:disabled octicon color (#1443)
* fix disabled btn-danger octicon color * fix lint error * Create stupid-dolls-hammer.md Co-authored-by: simurai <simulus@gmail.com>
1 parent 1d366c4 commit c65b5f9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/stupid-dolls-hammer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Fix octicon color for disabled .btn-danger

src/buttons/button.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,10 @@
264264
.Counter {
265265
background-color: var(--color-btn-danger-disabled-counter-bg);
266266
}
267+
268+
.octicon {
269+
color: var(--color-btn-danger-disabled-text);
270+
}
267271
}
268272

269273
&:focus {

0 commit comments

Comments
 (0)