parent
449ace0490
commit
512ad7f2d8
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||||
|
import { Divider as MUIDivider, styled } from '@mui/material'; |
||||||
|
|
||||||
|
import { DIVIDER } from '../lib/consts/DEFAULT_THEME'; |
||||||
|
|
||||||
|
const Divider = styled(MUIDivider)({ |
||||||
|
backgroundColor: DIVIDER, |
||||||
|
}); |
||||||
|
|
||||||
|
export default Divider; |
Loading…
Reference in new issue