Skip to content

Commit

Permalink
fix(segmentedbutton): add back shape token
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 553265721
  • Loading branch information
AndrewJakubowicz authored and Copybara-Service committed Aug 2, 2023
1 parent 97f5b61 commit c148bf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions labs/segmentedbutton/outlined-segmented-button_test.ts

This file was deleted.

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 @@ -35,6 +35,7 @@ $supported-tokens: (
'selected-pressed-icon-color',
'selected-pressed-label-text-color',
'selected-pressed-state-layer-color',
'shape',
'unselected-focus-icon-color',
'unselected-focus-label-text-color',
'unselected-hover-icon-color',
Expand Down Expand Up @@ -62,7 +63,6 @@ $unsupported-tokens: (
'label-text-weight',
'outline-width',
'selected-focus-state-layer-color',
'shape',
'unselected-focus-state-layer-color',
// go/keep-sorted end
);
Expand Down

0 comments on commit c148bf6

Please sign in to comment.