mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-20 16:46:58 +00:00
Refactor
This commit is contained in:
parent
431cebdd90
commit
7e3c97c4a7
@ -1,18 +1,18 @@
|
|||||||
import { Box, Typography, styled } from "@mui/material";
|
import { Box, Typography, styled } from '@mui/material';
|
||||||
|
|
||||||
export const FileAttachmentContainer = styled(Box)(({ theme }) => ({
|
export const FileAttachmentContainer = styled(Box)(({ theme }) => ({
|
||||||
display: "flex",
|
alignItems: 'center',
|
||||||
alignItems: "center",
|
|
||||||
padding: "5px 10px",
|
|
||||||
border: `1px solid ${theme.palette.text.primary}`,
|
border: `1px solid ${theme.palette.text.primary}`,
|
||||||
width: "100%",
|
display: 'flex',
|
||||||
gap: '20px'
|
gap: '20px',
|
||||||
|
padding: '5px 10px',
|
||||||
|
width: '100%',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
export const FileAttachmentFont = styled(Typography)(({ theme }) => ({
|
export const FileAttachmentFont = styled(Typography)(({ theme }) => ({
|
||||||
fontSize: "20px",
|
fontSize: '20px',
|
||||||
letterSpacing: 0,
|
|
||||||
fontWeight: 400,
|
fontWeight: 400,
|
||||||
userSelect: "none",
|
letterSpacing: 0,
|
||||||
whiteSpace: "nowrap",
|
userSelect: 'none',
|
||||||
|
whiteSpace: 'nowrap',
|
||||||
}));
|
}));
|
Loading…
x
Reference in New Issue
Block a user