Skip to content

Commit d48afbc

Browse files
authored
Fix border-color on ActionList Group header (#5409)
* fix border color on header * Create popular-moose-end.md * test(vrt): update snapshots * Update packages/react/src/ActionList/Group.tsx --------- Co-authored-by: langermank <langermank@users.noreply.github.com>
1 parent 8642c60 commit d48afbc

8 files changed

+6
-1
lines changed

.changeset/popular-moose-end.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
Fix `border-color` on ActionList Group header
-3.03 KB
Loading
-3.08 KB
Loading
-2.98 KB
Loading
-3 KB
Loading
-3 Bytes
Loading
85 Bytes
Loading

packages/react/src/ActionList/Group.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const GroupHeading: React.FC<React.PropsWithChildren<ActionListGroupHeadi
164164
marginBottom: 2,
165165
borderTop: '1px solid',
166166
borderBottom: '1px solid',
167-
borderColor: 'neutral.muted',
167+
borderColor: 'var(--borderColor-muted)',
168168
}),
169169

170170
[`.ActionListGroupHeading`]: {

0 commit comments

Comments
 (0)