Merge pull request #68 from Qortal/fix/colors

fix input bg color and group list
This commit is contained in:
Phillip 2025-05-30 01:23:23 +03:00 committed by GitHub
commit ca4de3e251
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -74,7 +74,7 @@ export const AppsHomeDesktop = ({
<Box <Box
sx={{ sx={{
alignItems: 'center', alignItems: 'center',
backgroundColor: theme.palette.background.default, backgroundColor: theme.palette.background.paper,
borderRadius: '20px', borderRadius: '20px',
display: 'flex', display: 'flex',
gap: '20px', gap: '20px',
@ -94,7 +94,6 @@ export const AppsHomeDesktop = ({
autoCorrect="off" autoCorrect="off"
placeholder="qortal://" placeholder="qortal://"
sx={{ sx={{
backgroundColor: theme.palette.background.surface,
borderRadius: '7px', borderRadius: '7px',
color: theme.palette.text.primary, color: theme.palette.text.primary,
height: '35px', height: '35px',

View File

@ -62,7 +62,7 @@ export const GroupList = ({
<div <div
style={{ style={{
alignItems: 'flex-start', alignItems: 'flex-start',
background: theme.palette.background.default, background: theme.palette.background.surface,
borderRadius: '0px 15px 15px 0px', borderRadius: '0px 15px 15px 0px',
display: 'flex', display: 'flex',
flexDirection: 'column', flexDirection: 'column',