mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-15 22:26:58 +00:00
fix styling
This commit is contained in:
parent
901d3774d0
commit
f591d523e9
@ -2063,6 +2063,7 @@ function App() {
|
||||
style={{
|
||||
cursor: 'pointer',
|
||||
height: '24px',
|
||||
width: 'auto',
|
||||
}}
|
||||
onClick={returnToMain}
|
||||
/>
|
||||
@ -2560,6 +2561,7 @@ function App() {
|
||||
style={{
|
||||
cursor: 'pointer',
|
||||
height: '24px',
|
||||
width: 'auto',
|
||||
}}
|
||||
onClick={() => {
|
||||
setRawWallet(null);
|
||||
@ -2593,6 +2595,7 @@ function App() {
|
||||
style={{
|
||||
cursor: 'pointer',
|
||||
height: '24px',
|
||||
width: 'auto',
|
||||
}}
|
||||
onClick={() => {
|
||||
setRawWallet(null);
|
||||
@ -2722,6 +2725,7 @@ function App() {
|
||||
style={{
|
||||
cursor: 'pointer',
|
||||
height: '24px',
|
||||
width: 'auto',
|
||||
}}
|
||||
onClick={() => {
|
||||
if (creationStep === 2) {
|
||||
|
@ -8,9 +8,9 @@ export const Return: React.FC<SVGProps> = ({ color, opacity, ...children }) => {
|
||||
|
||||
return (
|
||||
<svg
|
||||
{...children}
|
||||
width="20"
|
||||
height="16"
|
||||
{...children}
|
||||
viewBox="0 0 20 16"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
@ -121,6 +121,7 @@ export const DownloadWallet = ({
|
||||
style={{
|
||||
cursor: 'pointer',
|
||||
height: '24px',
|
||||
width: 'auto',
|
||||
}}
|
||||
onClick={returnToMain}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user