style: projects page theming (#921)

This commit is contained in:
Aaryan Khandelwal 2023-04-21 17:40:49 +05:30 committed by GitHub
parent 20162050c3
commit 7f235739bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ const ProjectsPage: NextPage = () => {
document.dispatchEvent(e);
}}
>
<PlusIcon className="w-4 h-4" />
<PlusIcon className="h-4 w-4" />
Add Project
</PrimaryButton>
}