style(users): enhance permissions card appearance

- Updated the permissions card to have a transparent background for improved visual integration.
- Adjusted the permissions title to use a smaller text size for better alignment with the overall design.
This commit is contained in:
Mauricio Siu
2025-07-12 23:27:40 -06:00
parent b928e94e51
commit 509d95fbf2

View File

@@ -675,9 +675,11 @@ export const AddUserPermissionsV2 = ({ userId }: Props) => {
render={() => (
<FormItem>
<FormLabel>Permissions</FormLabel>
<Card>
<Card className=" bg-transparent">
<CardHeader>
<CardTitle>Available Permissions</CardTitle>
<CardTitle className="text-sm">
Available Permissions
</CardTitle>
<CardDescription>
Select the permissions for this role
</CardDescription>