mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(crypto wallets setting): improve UI
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
|
||||
.deleteAccount {
|
||||
color: red;
|
||||
float: right;
|
||||
margin-right: 10px;
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.setting .createAccount {
|
||||
|
||||
@@ -168,7 +168,7 @@ const AccountSettings = () => {
|
||||
<button onClick={saveAccount}>{t('save')}</button> <button onClick={() => setText(accountJson)}>{t('reset')}</button>{' '}
|
||||
<button onClick={_importAccount}>{t('import')}</button> <button onClick={_exportAccount}>{t('export')}</button>{' '}
|
||||
<button className={styles.deleteAccount} onClick={() => _deleteAccount(account?.name)}>
|
||||
delete account
|
||||
{t('delete_account')}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user