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 9090
9191 & svg {
9292 fill : var (--fgColor-muted );
93+ color : var (--fgColor-muted );
9394 }
9495
9596 /* fallback :focus state */
146147 padding-right : calc (var (--segmented-control-button-inner-padding ) - var (--segmented-control-button-bg-inset ));
147148 /* stylelint-disable-next-line primer/spacing */
148149 padding-left : calc (var (--segmented-control-button-inner-padding ) - var (--segmented-control-button-bg-inset ));
149- background-color : transparent;
150150 border-color : transparent;
151151 border-style : solid;
152152 border-width : var (--borderWidth-thin );
You can’t perform that action at this time.
0 commit comments