Skip to content

Commit 72cf27d

Browse files
authored
Bug fixes (#1200)
* fixes * Create quiet-cougars-glow.md * github-actions[bot] Regenerated snapshots
1 parent dead313 commit 72cf27d

8 files changed

+69
-158
lines changed

.changeset/quiet-cougars-glow.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@primer/primitives": patch
3+
---
4+
5+
Bug fixes:
6+
- High contrast danger color on hover
7+
- High contrast translucent border
8+
- High contrast danger button hover border-color

src/tokens/component/button.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,10 @@
12651265
$value: '{base.color.red.2}',
12661266
alpha: 1,
12671267
},
1268+
'light-high-contrast': {
1269+
$value: '{base.color.red.7}',
1270+
alpha: 1,
1271+
},
12681272
},
12691273
},
12701274
},

src/tokens/functional/color/borderColor.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
alpha: 1,
113113
},
114114
'dark-high-contrast': {
115-
$value: '{base.color.neutral.6}',
115+
$value: '{base.color.neutral.9}',
116116
alpha: 1,
117117
},
118118
},

0 commit comments

Comments
 (0)