Minor UI improvement.

This commit is contained in:
Daniel 2022-06-08 13:04:17 +04:30
parent ebc11a82be
commit 4870dc45ce
3 changed files with 6 additions and 2 deletions

View File

@ -42,7 +42,7 @@ const List = ({data, tags, reFetch, SetLoader, lightMode}) => {
</div>
<div className='etc'>
<ViewArchived className='view-archived' id={e._id} />
<button className="edit-btn btn" onClick={() => edit(i)}>&#xf303;</button>
<button className="btn edit-btn" onClick={() => edit(i)}>&#xf303;</button>
</div>
</div>
</LazyLoad>)

View File

@ -54,7 +54,6 @@
font-size: 1.1rem;
cursor: pointer;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
background-color:#273949;
border: none;
transition: background-color 0.1s;
}

View File

@ -64,6 +64,11 @@ body {
.btn {
color: #ffffffb6;
background-color:#273949;
}
.edit-btn {
background-color: #1f2c38;
}
.no-results, .list-row {