partial: css update
This commit is contained in:
parent
4f9b23b108
commit
c6c3feb3b4
213 changed files with 301 additions and 279 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import Checkbox from '@mui/material/Checkbox'
|
||||
import { makeStyles } from '@mui/material/styles'
|
||||
import { makeStyles } from '@mui/styles'
|
||||
import CheckBoxIcon from '@mui/icons-material/CheckBox'
|
||||
import CheckBoxOutlineBlankIcon from '@mui/icons-material/CheckBoxOutlineBlank'
|
||||
import React from 'react'
|
||||
|
|
@ -16,7 +16,7 @@ import {
|
|||
const useStyles = makeStyles({
|
||||
root: {
|
||||
color: secondaryColor,
|
||||
'&$checked': {
|
||||
'&.Mui-checked': {
|
||||
color: secondaryColor
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue