styles: refactor codebase base style

This commit is contained in:
2026-06-17 14:46:12 +05:30
parent 182d4ac293
commit 15f54372f4
43 changed files with 161 additions and 268 deletions

View File

@@ -117,11 +117,11 @@ export function RoleSheet({
error={errors.permission_ids?.message}
className="space-y-3"
labelEnd={
<span className="text-xs text-muted-foreground">{permissionIds.length} selected</span>
<span className="text-muted-foreground">{permissionIds.length} selected</span>
}
>
{isPermissionsLoading ? (
<div className="rounded-md border p-6 text-sm text-muted-foreground">
<div className="rounded-md border p-6 text-muted-foreground">
Loading permissions...
</div>
) : (