fix: font sizes and sidebar icons (#2461)

* fix: font sizes

* fix: sidebar icons
This commit is contained in:
Aaryan Khandelwal 2023-10-17 15:59:11 +05:30 committed by GitHub
parent 732e33fefc
commit 4bd73630d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 32 additions and 27 deletions

View file

@ -12,7 +12,7 @@ const WorkspaceView = () => (
<WorkspaceAuthorizationLayout
breadcrumbs={
<div className="flex gap-2 items-center">
<CheckCircle className="h-[18px] w-[18px] stroke-[1.5]" />
<CheckCircle className="h-4 w-4 stroke-[1.5]" />
<span className="text-sm font-medium">Workspace issues</span>
</div>
}