style: lint fix
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 40s
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 40s
This commit is contained in:
parent
31d1630ab1
commit
04ced6c1ad
@ -135,7 +135,7 @@ li {
|
|||||||
// Consistent styling for every file mark
|
// Consistent styling for every file mark
|
||||||
// Reverts some of the design defaults for font
|
// Reverts some of the design defaults for font
|
||||||
.file-mark {
|
.file-mark {
|
||||||
font-family: 'Roboto';
|
font-family: 'Roboto', serif;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
|
@ -8,7 +8,7 @@ import List from '@mui/material/List'
|
|||||||
import ListItemIcon from '@mui/material/ListItemIcon'
|
import ListItemIcon from '@mui/material/ListItemIcon'
|
||||||
import ListItemText from '@mui/material/ListItemText'
|
import ListItemText from '@mui/material/ListItemText'
|
||||||
import ListSubheader from '@mui/material/ListSubheader'
|
import ListSubheader from '@mui/material/ListSubheader'
|
||||||
import { useAppSelector } from '../../hooks/store'
|
import { useAppSelector } from '../../hooks'
|
||||||
import { Link } from 'react-router-dom'
|
import { Link } from 'react-router-dom'
|
||||||
import { appPrivateRoutes, getProfileSettingsRoute } from '../../routes'
|
import { appPrivateRoutes, getProfileSettingsRoute } from '../../routes'
|
||||||
import { Container } from '../../components/Container'
|
import { Container } from '../../components/Container'
|
||||||
|
Loading…
Reference in New Issue
Block a user