Skip to content

Commit

Permalink
fix(segmentedbutton): add back container height token
Browse files Browse the repository at this point in the history
  • Loading branch information
vdegenne committed Aug 3, 2023
1 parent 043d548 commit db8be0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokens/_md-comp-outlined-segmented-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

$supported-tokens: (
// go/keep-sorted start
'container-height',
'disabled-icon-color',
'disabled-label-text-color',
'disabled-outline-color',
Expand Down Expand Up @@ -51,7 +52,6 @@ $supported-tokens: (

$unsupported-tokens: (
// go/keep-sorted start
'container-height',
'disabled-icon-opacity',
'disabled-label-text-opacity',
'disabled-outline-opacity',
Expand Down

0 comments on commit db8be0a

Please sign in to comment.