Remove mui/styles, Settings page, make minPriority functional, ahh so ugly
This commit is contained in:
parent
f23c7a2dbf
commit
8036aa2942
9 changed files with 265 additions and 60 deletions
|
@ -1,23 +1,8 @@
|
|||
import {makeStyles, styled} from "@mui/styles";
|
||||
import {styled} from "@mui/styles";
|
||||
import Typography from "@mui/material/Typography";
|
||||
import theme from "./theme";
|
||||
import Container from "@mui/material/Container";
|
||||
|
||||
const useStyles = makeStyles(theme => ({
|
||||
bottomBar: {
|
||||
display: 'flex',
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'space-between',
|
||||
paddingLeft: '24px',
|
||||
paddingTop: '8px 24px',
|
||||
paddingBottom: '8px 24px',
|
||||
},
|
||||
statusText: {
|
||||
margin: '0px',
|
||||
paddingTop: '8px',
|
||||
}
|
||||
}));
|
||||
|
||||
export const Paragraph = styled(Typography)({
|
||||
paddingTop: 8,
|
||||
paddingBottom: 8,
|
||||
|
@ -31,5 +16,3 @@ export const VerticallyCenteredContainer = styled(Container)({
|
|||
alignContent: 'center',
|
||||
color: theme.palette.body.main
|
||||
});
|
||||
|
||||
export default useStyles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue