refactor: standardize card styles and improve layout across dashboard components
This commit is contained in:
@@ -58,7 +58,7 @@ export default function DashboardPermissionsPage() {
|
||||
label: t("permission.columnPermission"),
|
||||
render: (item) => (
|
||||
<div className="flex items-center gap-3">
|
||||
<div className="flex size-10 items-center justify-center rounded-2xl bg-muted text-muted-foreground">
|
||||
<div className="flex size-10 items-center justify-center rounded-md bg-muted text-muted-foreground">
|
||||
<KeyRoundIcon className="size-4" />
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user