File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
packages/react/src/SegmentedControl Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @primer/react " : patch
3
+ ---
4
+
5
+ Set ` color ` on SegmentedControl icons
Original file line number Diff line number Diff line change 90
90
91
91
& svg {
92
92
fill : var (--fgColor-muted );
93
+ color : var (--fgColor-muted );
93
94
}
94
95
95
96
/* fallback :focus state */
146
147
padding-right : calc (var (--segmented-control-button-inner-padding ) - var (--segmented-control-button-bg-inset ));
147
148
/* stylelint-disable-next-line primer/spacing */
148
149
padding-left : calc (var (--segmented-control-button-inner-padding ) - var (--segmented-control-button-bg-inset ));
149
- background-color : transparent;
150
150
border-color : transparent;
151
151
border-style : solid;
152
152
border-width : var (--borderWidth-thin );
You can’t perform that action at this time.
0 commit comments