mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-27 10:05:32 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user