partial: use theme only for switch customization
This commit is contained in:
parent
af21051989
commit
4bfb94182c
19 changed files with 75 additions and 106 deletions
|
|
@ -1,9 +1,10 @@
|
|||
import { Box } from '@mui/material'
|
||||
import Box from '@mui/material/Box'
|
||||
import Switch from '@mui/material/Switch'
|
||||
import { makeStyles } from '@mui/styles'
|
||||
import React, { useState } from 'react'
|
||||
import { H2 } from 'src/components/typography'
|
||||
|
||||
import { Select, Switch } from 'src/components/inputs'
|
||||
import { Select } from 'src/components/inputs'
|
||||
import { neon, java } from 'src/styling/variables'
|
||||
|
||||
import styles from '../../Analytics.styles'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue