mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-05-01 07:17:53 +00:00
change color
This commit is contained in:
parent
af631df00d
commit
6911950947
@ -603,7 +603,7 @@ useEffect(() => {
|
|||||||
marginTop: 'auto',
|
marginTop: 'auto',
|
||||||
alignSelf: 'center',
|
alignSelf: 'center',
|
||||||
cursor: isSending ? 'default' : 'pointer',
|
cursor: isSending ? 'default' : 'pointer',
|
||||||
background: isSending && 'rgba(0, 0, 0, 0.8)',
|
background: isSending ? 'rgba(0, 0, 0, 0.8)' : 'var(--green)',
|
||||||
flexShrink: 0,
|
flexShrink: 0,
|
||||||
padding: isMobile && '5px'
|
padding: isMobile && '5px'
|
||||||
}}
|
}}
|
||||||
|
@ -819,7 +819,7 @@ const clearEditorContent = () => {
|
|||||||
marginTop: 'auto',
|
marginTop: 'auto',
|
||||||
alignSelf: 'center',
|
alignSelf: 'center',
|
||||||
cursor: isSending ? 'default' : 'pointer',
|
cursor: isSending ? 'default' : 'pointer',
|
||||||
background: isSending && 'rgba(0, 0, 0, 0.8)',
|
background: isSending ? 'rgba(0, 0, 0, 0.8)' : 'var(--green)',
|
||||||
flexShrink: 0,
|
flexShrink: 0,
|
||||||
padding: isMobile && '5px',
|
padding: isMobile && '5px',
|
||||||
|
|
||||||
|
@ -35,7 +35,8 @@
|
|||||||
--bg-2: #27282c;
|
--bg-2: #27282c;
|
||||||
--bg-3: rgba(0, 0, 0, 0.1);
|
--bg-3: rgba(0, 0, 0, 0.1);
|
||||||
--unread: #B14646;
|
--unread: #B14646;
|
||||||
--apps-circle: #1F2023
|
--apps-circle: #1F2023;
|
||||||
|
--green: #5EB049;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -58,6 +59,8 @@ body {
|
|||||||
|
|
||||||
.image-container .hover-image {
|
.image-container .hover-image {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
height: 100px !important;
|
||||||
|
width: auto !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user