* Renaming index.scss files to index.module.scss * Changing `import from` to `import styles from`
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;
|
|
}
|
|
}
|