mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 02:36:38 +00:00
small visual enhancements to icons
This commit is contained in:
@@ -123,7 +123,7 @@ export default function CreateRoleForm({
|
||||
<Form {...form}>
|
||||
<form
|
||||
onSubmit={form.handleSubmit(onSubmit)}
|
||||
className="space-y-6"
|
||||
className="space-y-8:w"
|
||||
id="create-role-form"
|
||||
>
|
||||
<FormField
|
||||
|
||||
@@ -155,7 +155,7 @@ export default function DeleteRoleForm({
|
||||
</CredenzaDescription>
|
||||
</CredenzaHeader>
|
||||
<CredenzaBody>
|
||||
<div className="space-y-6">
|
||||
<div className="space-y-8">
|
||||
<div className="space-y-4">
|
||||
<p>
|
||||
You're about to delete the{" "}
|
||||
@@ -170,7 +170,7 @@ export default function DeleteRoleForm({
|
||||
<Form {...form}>
|
||||
<form
|
||||
onSubmit={form.handleSubmit(onSubmit)}
|
||||
className="space-y-6"
|
||||
className="space-y-8"
|
||||
id="remove-role-form"
|
||||
>
|
||||
<FormField
|
||||
|
||||
Reference in New Issue
Block a user