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 variant styles
.blended { .blended {
.label { .label {
background: var(--segmented-control-blended-segment-bg); // background: var(--segmented-control-blended-segment-bg);
color: var(--segmented-control-blended-segment-text); color: var(--segmented-control-blended-segment-text);
} }
@ -116,4 +116,4 @@
border: 0.5px solid rgba(0, 0, 0, 0.12); border: 0.5px solid rgba(0, 0, 0, 0.12);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
} }
} }

View file

@ -5,7 +5,7 @@
.wrapper { .wrapper {
display: flex; display: flex;
justify-content: center; // justify-content: center;
&.raid { &.raid {
width: 100%; width: 100%;
@ -130,4 +130,4 @@
color: var(--dark-hover-text); color: var(--dark-hover-text);
} }
} }
} }