We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
btn-primary
1 parent 1938596 commit 5e87effCopy full SHA for 5e87eff
.changeset/cuddly-mugs-peel.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Fix `btn-primary` in flash alerts
src/alerts/flash.scss
@@ -63,8 +63,12 @@
63
color: var(--color-fg-muted);
64
}
65
66
- &.btn-primary .octicon {
67
- color: inherit;
+ &.btn-primary {
+ background-clip: border-box;
68
69
+ .octicon {
70
+ color: inherit;
71
+ }
72
73
74
0 commit comments