mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-12 03:07:00 +00:00
Remove color property
This commit is contained in:
parent
12a3dff029
commit
d4eb2ae8ff
22
src/App.tsx
22
src/App.tsx
@ -1333,9 +1333,7 @@ function App() {
|
|||||||
{authenticatedMode === 'qort' && (
|
{authenticatedMode === 'qort' && (
|
||||||
<Tooltip
|
<Tooltip
|
||||||
title={
|
title={
|
||||||
<span
|
<span style={{ fontSize: '14px', fontWeight: 700 }}>
|
||||||
style={{ color: 'white', fontSize: '14px', fontWeight: 700 }}
|
|
||||||
>
|
|
||||||
LITECOIN WALLET
|
LITECOIN WALLET
|
||||||
</span>
|
</span>
|
||||||
}
|
}
|
||||||
@ -1372,9 +1370,7 @@ function App() {
|
|||||||
{authenticatedMode === 'ltc' && (
|
{authenticatedMode === 'ltc' && (
|
||||||
<Tooltip
|
<Tooltip
|
||||||
title={
|
title={
|
||||||
<span
|
<span style={{ fontSize: '14px', fontWeight: 700 }}>
|
||||||
style={{ color: 'white', fontSize: '14px', fontWeight: 700 }}
|
|
||||||
>
|
|
||||||
QORTAL WALLET
|
QORTAL WALLET
|
||||||
</span>
|
</span>
|
||||||
}
|
}
|
||||||
@ -1447,7 +1443,6 @@ function App() {
|
|||||||
onClick={getLtcBalanceFunc}
|
onClick={getLtcBalanceFunc}
|
||||||
sx={{
|
sx={{
|
||||||
fontSize: '16px',
|
fontSize: '16px',
|
||||||
color: 'white',
|
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
@ -1506,7 +1501,6 @@ function App() {
|
|||||||
onClick={getBalanceFunc}
|
onClick={getBalanceFunc}
|
||||||
sx={{
|
sx={{
|
||||||
fontSize: '16px',
|
fontSize: '16px',
|
||||||
color: 'white',
|
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
@ -1593,7 +1587,6 @@ function App() {
|
|||||||
}}
|
}}
|
||||||
sx={{
|
sx={{
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
color: 'white',
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
@ -1625,7 +1618,6 @@ function App() {
|
|||||||
title={
|
title={
|
||||||
<span
|
<span
|
||||||
style={{
|
style={{
|
||||||
color: 'white',
|
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
fontWeight: 700,
|
fontWeight: 700,
|
||||||
}}
|
}}
|
||||||
@ -1675,7 +1667,6 @@ function App() {
|
|||||||
title={
|
title={
|
||||||
<span
|
<span
|
||||||
style={{
|
style={{
|
||||||
color: 'white',
|
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
fontWeight: 700,
|
fontWeight: 700,
|
||||||
}}
|
}}
|
||||||
@ -1713,7 +1704,6 @@ function App() {
|
|||||||
title={
|
title={
|
||||||
<span
|
<span
|
||||||
style={{
|
style={{
|
||||||
color: 'white',
|
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
fontWeight: 700,
|
fontWeight: 700,
|
||||||
}}
|
}}
|
||||||
@ -1751,7 +1741,6 @@ function App() {
|
|||||||
title={
|
title={
|
||||||
<span
|
<span
|
||||||
style={{
|
style={{
|
||||||
color: 'white',
|
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
fontWeight: 700,
|
fontWeight: 700,
|
||||||
}}
|
}}
|
||||||
@ -1788,7 +1777,6 @@ function App() {
|
|||||||
title={
|
title={
|
||||||
<span
|
<span
|
||||||
style={{
|
style={{
|
||||||
color: 'white',
|
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
fontWeight: 700,
|
fontWeight: 700,
|
||||||
}}
|
}}
|
||||||
@ -1896,7 +1884,6 @@ function App() {
|
|||||||
title={
|
title={
|
||||||
<span
|
<span
|
||||||
style={{
|
style={{
|
||||||
color: 'white',
|
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
fontWeight: 700,
|
fontWeight: 700,
|
||||||
}}
|
}}
|
||||||
@ -1940,7 +1927,6 @@ function App() {
|
|||||||
title={
|
title={
|
||||||
<span
|
<span
|
||||||
style={{
|
style={{
|
||||||
color: 'white',
|
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
fontWeight: 700,
|
fontWeight: 700,
|
||||||
}}
|
}}
|
||||||
@ -1973,9 +1959,7 @@ function App() {
|
|||||||
<Spacer height="20px" />
|
<Spacer height="20px" />
|
||||||
<Tooltip
|
<Tooltip
|
||||||
title={
|
title={
|
||||||
<span
|
<span style={{ fontSize: '14px', fontWeight: 700 }}>
|
||||||
style={{ color: 'white', fontSize: '14px', fontWeight: 700 }}
|
|
||||||
>
|
|
||||||
BACKUP WALLET
|
BACKUP WALLET
|
||||||
</span>
|
</span>
|
||||||
}
|
}
|
||||||
|
@ -486,11 +486,7 @@ const WalletItem = ({ wallet, updateWalletItem, idx, setSelectedWallet }) => {
|
|||||||
edge="end"
|
edge="end"
|
||||||
aria-label="edit"
|
aria-label="edit"
|
||||||
>
|
>
|
||||||
<EditIcon
|
<EditIcon />
|
||||||
sx={{
|
|
||||||
color: 'white',
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</ButtonBase>
|
</ButtonBase>
|
||||||
{isEdit && (
|
{isEdit && (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user