1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

#23 changed toggle colors

This commit is contained in:
Fedor Katurov 2021-03-19 16:26:02 +07:00
commit dddb86c778
6 changed files with 52 additions and 32 deletions

View file

@ -19,7 +19,7 @@ const BorisSuperpowers: FC<IProps> = ({ active, onChange }) => {
return (
<div className={styles.wrap}>
<div className={styles.toggle}>
<Toggle value={active} handler={onChange} />
<Toggle value={active} handler={onChange} color="primary" />
</div>
<div className={styles.left} onClick={onToggle}>