fix input bg color and group list

This commit is contained in:
PhilReact 2025-05-30 01:22:52 +03:00
parent 2dfef090f8
commit 43e05108ce
2 changed files with 2 additions and 3 deletions

View File

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

View File

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