add small size variant to segmented control
This commit is contained in:
parent
6f21018bca
commit
9f18ff0a4d
2 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
.wrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
// justify-content: center;
|
||||
|
||||
&.raid {
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue