mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-05 16:06:58 +00:00
Revert backgroud palette
This commit is contained in:
parent
d6ef92fe0e
commit
2617e0688e
@ -58,7 +58,6 @@ const uidImages = new ShortUniqueId({ length: 12 });
|
|||||||
export const ChatGroup = ({
|
export const ChatGroup = ({
|
||||||
selectedGroup,
|
selectedGroup,
|
||||||
secretKey,
|
secretKey,
|
||||||
setSecretKey,
|
|
||||||
getSecretKey,
|
getSecretKey,
|
||||||
myAddress,
|
myAddress,
|
||||||
handleNewEncryptionNotification,
|
handleNewEncryptionNotification,
|
||||||
@ -1185,7 +1184,7 @@ export const ChatGroup = ({
|
|||||||
{(!!secretKey || isPrivate === false) && (
|
{(!!secretKey || isPrivate === false) && (
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: theme.palette.background.paper,
|
backgroundColor: theme.palette.background.surface,
|
||||||
border: `1px solid ${theme.palette.border.subtle}`,
|
border: `1px solid ${theme.palette.border.subtle}`,
|
||||||
borderRadius: '10px',
|
borderRadius: '10px',
|
||||||
bottom: isFocusedParent ? '0px' : 'unset',
|
bottom: isFocusedParent ? '0px' : 'unset',
|
||||||
|
@ -229,6 +229,7 @@ export const Settings = ({ open, setOpen, rawWallet }) => {
|
|||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{isEnabledDevMode && <ExportPrivateKey rawWallet={rawWallet} />}
|
{isEnabledDevMode && <ExportPrivateKey rawWallet={rawWallet} />}
|
||||||
<ThemeManager />
|
<ThemeManager />
|
||||||
</Box>
|
</Box>
|
||||||
|
@ -6,7 +6,7 @@ export const darkThemeOptions: ThemeOptions = {
|
|||||||
palette: {
|
palette: {
|
||||||
mode: 'dark',
|
mode: 'dark',
|
||||||
primary: {
|
primary: {
|
||||||
main: 'rgba(0, 133, 255, 1)',
|
main: 'rgb(100, 155, 240)',
|
||||||
dark: 'rgb(45, 92, 201)',
|
dark: 'rgb(45, 92, 201)',
|
||||||
light: 'rgb(130, 185, 255)',
|
light: 'rgb(130, 185, 255)',
|
||||||
},
|
},
|
||||||
@ -14,9 +14,9 @@ export const darkThemeOptions: ThemeOptions = {
|
|||||||
main: 'rgb(69, 173, 255)',
|
main: 'rgb(69, 173, 255)',
|
||||||
},
|
},
|
||||||
background: {
|
background: {
|
||||||
default: 'rgba(6, 10, 30, 1)',
|
default: 'rgb(49, 51, 56)',
|
||||||
|
surface: 'rgb(58, 60, 65)',
|
||||||
paper: 'rgb(62, 64, 68)',
|
paper: 'rgb(62, 64, 68)',
|
||||||
surface: 'rgb(113, 113, 114)',
|
|
||||||
},
|
},
|
||||||
text: {
|
text: {
|
||||||
primary: 'rgb(255, 255, 255)',
|
primary: 'rgb(255, 255, 255)',
|
||||||
|
@ -15,8 +15,8 @@ export const lightThemeOptions: ThemeOptions = {
|
|||||||
},
|
},
|
||||||
background: {
|
background: {
|
||||||
default: 'rgba(250, 250, 250, 1)',
|
default: 'rgba(250, 250, 250, 1)',
|
||||||
paper: 'rgb(220, 220, 220)', // darker card background
|
|
||||||
surface: 'rgb(240, 240, 240)', // optional middle gray for replies, side panels
|
surface: 'rgb(240, 240, 240)', // optional middle gray for replies, side panels
|
||||||
|
paper: 'rgb(220, 220, 220)', // darker card background
|
||||||
},
|
},
|
||||||
text: {
|
text: {
|
||||||
primary: 'rgba(0, 0, 0, 0.87)', // 87% black (slightly softened)
|
primary: 'rgba(0, 0, 0, 0.87)', // 87% black (slightly softened)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user