📦 Update and fix prettier config (#987)

This commit is contained in:
Luke Vella 2024-01-19 14:23:07 +07:00 committed by GitHub
parent bafb922360
commit 239563eac5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
68 changed files with 181 additions and 161 deletions

View file

@ -9,7 +9,7 @@ const Table = React.forwardRef<
<div className="w-full overflow-auto">
<table
ref={ref}
className={cn("caption-bottom w-full text-sm", className)}
className={cn("w-full caption-bottom text-sm", className)}
{...props}
/>
</div>