add small size variant to segmented control

This commit is contained in:
Justin Edmund 2025-12-02 17:19:22 -08:00
parent 6f21018bca
commit 9f18ff0a4d
2 changed files with 4 additions and 4 deletions

View file

@ -82,7 +82,7 @@
// Blended variant styles
.blended {
.label {
background: var(--segmented-control-blended-segment-bg);
// background: var(--segmented-control-blended-segment-bg);
color: var(--segmented-control-blended-segment-text);
}

View file

@ -5,7 +5,7 @@
.wrapper {
display: flex;
justify-content: center;
// justify-content: center;
&.raid {
width: 100%;