Improve style

This commit is contained in:
Nicola Benaglia 2025-06-12 23:04:23 +02:00
parent a7d476bb1c
commit 44593893c1
5 changed files with 15 additions and 15 deletions

View File

@ -213,7 +213,7 @@ export const CreateCommonSecret = ({
return (
<Box
sx={{
background: theme.palette.background.default,
background: theme.palette.background.paper,
display: 'flex',
flexDirection: 'column',
gap: '25px',

View File

@ -185,4 +185,4 @@ export const ContextMenu = ({ children, groupId, getUserSettings }) => {
</CustomStyledMenu>
</div>
);
};
}; // TODO translate

View File

@ -584,7 +584,7 @@ export const Minting = ({ setIsOpenMinting, myAddress, show }) => {
sx={{ borderBottom: 1, borderColor: theme.palette.text.secondary }}
>
<Tabs
value={setValueMintingTab}
value={valueMintingTab}
onChange={handleChange}
variant={'fullWidth'}
scrollButtons="auto"
@ -596,7 +596,7 @@ export const Minting = ({ setIsOpenMinting, myAddress, show }) => {
}}
>
<Tab
label="Minting Details"
label="Minting Details" // TODO translate
sx={{
'&.Mui-selected': {
color: theme.palette.text.primary,

View File

@ -515,9 +515,9 @@ export const NotAuthenticated = ({
<Box
sx={{
alignItems: 'center',
display: 'flex',
gap: '10px',
alignItems: 'center',
}}
>
<HtmlTooltip
@ -550,9 +550,9 @@ export const NotAuthenticated = ({
<Box
sx={{
alignItems: 'center',
display: 'flex',
gap: '10px',
alignItems: 'center',
}}
>
<HtmlTooltip
@ -628,18 +628,18 @@ export const NotAuthenticated = ({
<Box
sx={{
display: 'flex',
gap: '10px',
alignItems: 'center',
borderRadius: '8px',
display: 'flex',
flexDirection: 'column',
outlineWidth: '0.5px',
gap: '10px',
outlineStyle: 'solid',
outlineWidth: '0.5px',
outlineColor:
theme.palette.mode === 'dark'
? 'rgba(255, 255, 255, 0.5)'
: 'rgba(0, 0, 0, 0.3)',
padding: '20px 30px',
borderRadius: '8px',
}}
>
<>
@ -795,11 +795,11 @@ export const NotAuthenticated = ({
<DialogContent>
<Box
sx={{
width: '100% !important',
overflow: 'auto',
height: '60vh',
display: 'flex',
flexDirection: 'column',
height: '60vh',
overflow: 'auto',
width: '100% !important',
}}
>
{mode === 'list' && (
@ -894,10 +894,10 @@ export const NotAuthenticated = ({
<Box
sx={{
alignItems: 'center',
display: 'flex',
gap: '10px',
justifyContent: 'space-between',
alignItems: 'center',
}}
>
<Button

View File

@ -293,9 +293,9 @@ export const RegisterName = ({
{isNameAvailable === Availability.AVAILABLE && (
<Box
sx={{
alignItems: 'center',
display: 'flex',
gap: '5px',
alignItems: 'center',
}}
>
<CheckIcon