Commit 08f5fda
committed
fix(material/button-toggle): use smaller border radius (#31084)
Currently the button toggle uses the `corner-full` value for its broder radius which starts too look weird for a vertical group with text inside the toggles.
These changes switch to using the `corner-extra-large` value instead.
Fixes #31010.
(cherry picked from commit 90413f9)1 parent 0688293 commit 08f5fda
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments