mirror of
https://github.com/chartdb/chartdb.git
synced 2025-11-17 12:21:25 +00:00
add tailwind linter
This commit is contained in:
committed by
Guy Ben-Aharon
parent
2803c47c6a
commit
e8f54c621a
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user