Skip to content

Commit 22508b7

Browse files
authoredFeb 19, 2025··
bugfix(SelectPanel): Set border-top-color on selectpanel footer (#5712)
* Set border-top-color on selectpanel footer * Create clean-planets-sleep.md
1 parent 947b59d commit 22508b7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.changeset/clean-planets-sleep.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
bugfix(SelectPanel): Set border-top-color on selectpanel footer

‎packages/react/src/SelectPanel/SelectPanel.module.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
.Footer {
2424
display: flex;
2525
padding: var(--base-size-8);
26-
border-color: var(--borderColor-default);
2726
border-top: var(--borderWidth-thin) solid;
27+
border-top-color: var(--borderColor-default);
2828
}
2929

3030
.FilteredActionList {

0 commit comments

Comments
 (0)
Please sign in to comment.