* Add support for passing in classes * Add support for passing a disabled prop * Pass description to TableField * Right-align switch * Add support for Extra color switch
9 lines
168 B
SCSS
9 lines
168 B
SCSS
.TableField.SwitchTableField {
|
|
&.Extra .Switch[data-state='checked'] {
|
|
background: var(--extra-purple-secondary);
|
|
}
|
|
|
|
.Right {
|
|
justify-content: end;
|
|
}
|
|
}
|