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