mirror of
https://github.com/mue/mue.git
synced 2026-07-25 09:47:26 +02:00
fix: modal ui fixes, search and quote widget fix
This commit is contained in:
@@ -19,7 +19,7 @@ export default function ResetModal({ modalClose }) {
|
||||
<button className='round reset' style={{ marginLeft: 0 }} onClick={() => reset()}>
|
||||
<Delete/>
|
||||
</button>
|
||||
<button className='round import' style={{ marginLeft: '5px' }} onClick={modalClose}>
|
||||
<button className='round add' style={{ marginLeft: '5px' }} onClick={modalClose}>
|
||||
<Close/>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user