gap 2
This commit is contained in:
@@ -61,6 +61,7 @@ function Footer() {
|
|||||||
cursor: importing ? 'not-allowed' : 'pointer',
|
cursor: importing ? 'not-allowed' : 'pointer',
|
||||||
opacity: importing ? 0.5 : 1,
|
opacity: importing ? 0.5 : 1,
|
||||||
transition: 'background 0.2s, color 0.2s',
|
transition: 'background 0.2s, color 0.2s',
|
||||||
|
marginLeft: '1.5rem',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{importing ? 'Importing...' : 'Full Import'}
|
{importing ? 'Importing...' : 'Full Import'}
|
||||||
|
|||||||
Reference in New Issue
Block a user