mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-16 21:01:23 +00:00
fix input bg color and group list
This commit is contained in:
parent
2dfef090f8
commit
43e05108ce
@ -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',
|
||||||
|
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user