partial: use theme only for switch customization

This commit is contained in:
Rafael Taranto 2025-04-22 09:38:01 +01:00
parent af21051989
commit 4bfb94182c
19 changed files with 75 additions and 106 deletions

View file

@ -1,4 +1,5 @@
import { makeStyles } from '@mui/styles'
import Switch from '@mui/material/Switch'
import classnames from 'classnames'
import { Field, useFormikContext } from 'formik'
import * as R from 'ramda'
@ -13,7 +14,6 @@ import EditIcon from 'src/styling/icons/action/edit/enabled.svg?react'
import StripesSvg from 'src/styling/icons/stripes.svg?react'
import { Link, IconButton } from 'src/components/buttons'
import { Switch } from 'src/components/inputs'
import TableCtx from './Context'
import styles from './Row.styles'