fix: modal ui fixes, search and quote widget fix

This commit is contained in:
David Ralph
2021-11-10 16:20:40 +00:00
parent 62066fef05
commit 41750ff0e8
14 changed files with 63 additions and 38 deletions

View File

@@ -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>