mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-20 08:36: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 }) => ({
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
padding: "5px 10px",
|
||||
border: `1px solid ${theme.palette.text.primary}`,
|
||||
width: "100%",
|
||||
gap: '20px'
|
||||
}));
|
||||
|
||||
export const FileAttachmentFont = styled(Typography)(({ theme }) => ({
|
||||
fontSize: "20px",
|
||||
letterSpacing: 0,
|
||||
fontWeight: 400,
|
||||
userSelect: "none",
|
||||
whiteSpace: "nowrap",
|
||||
}));
|
||||
alignItems: 'center',
|
||||
border: `1px solid ${theme.palette.text.primary}`,
|
||||
display: 'flex',
|
||||
gap: '20px',
|
||||
padding: '5px 10px',
|
||||
width: '100%',
|
||||
}));
|
||||
|
||||
export const FileAttachmentFont = styled(Typography)(({ theme }) => ({
|
||||
fontSize: '20px',
|
||||
fontWeight: 400,
|
||||
letterSpacing: 0,
|
||||
userSelect: 'none',
|
||||
whiteSpace: 'nowrap',
|
||||
}));
|
||||
|
Loading…
x
Reference in New Issue
Block a user