delete and edit icon seperator width reduced
This commit was merged in pull request #222.
This commit is contained in:
@@ -148,7 +148,7 @@ export default function MyJobTable({ MyJobList, reloadJobList, className }) {
|
||||
>
|
||||
<img className="w-[21px] h-[21px]" src={DeleteIcon} alt='delete-icon' />
|
||||
</button>
|
||||
<div className="mx-[4px] h-full w-[2px] bg-black dark:bg-dark-gray"></div>
|
||||
<div className="mx-[4px] h-full w-[1px] bg-black dark:bg-dark-gray"></div>
|
||||
<button
|
||||
type="button"
|
||||
className="p-1 border-2 border-sky-blue rounded-md flex items-center"
|
||||
|
||||
Reference in New Issue
Block a user