add tailwind linter

This commit is contained in:
Guy Ben-Aharon
2024-09-01 14:31:02 +03:00
committed by Guy Ben-Aharon
parent 2803c47c6a
commit e8f54c621a
45 changed files with 254 additions and 192 deletions

View File

@@ -20,8 +20,8 @@ export const EmptyState = forwardRef<
)}
>
<img src={EmptyStateImage} alt="Empty state" className="w-32" />
<Label className="text-md">{title}</Label>
<Label className="font-normal text-muted-foreground text-sm">
<Label className="text-base">{title}</Label>
<Label className="text-sm font-normal text-muted-foreground">
{description}
</Label>
</div>