Design improvements.

This commit is contained in:
Daniel
2022-06-06 19:07:33 +04:30
parent 9fddd7ab5b
commit 91d72e0c0f
7 changed files with 27 additions and 12 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ const AddItem = ({onExit, reFetch, tags, SetLoader}) => {
<>
<div className='add-overlay' onClick={abort}></div>
<fieldset className='box'>
<legend >New bookmark</legend>
<legend>New bookmark</legend>
<div className='AddItem-content'>
<h3><span style={{color:"red"}}>* </span>Link:</h3>
<input onChange={SetLink} className="AddItem-input" type="search" placeholder="e.g. https://example.com/"/>