Skip to content

Commit ff39e7c

Browse files
chore: border color updated
1 parent 47a2ab2 commit ff39e7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/authz-module/audit-user/UserPermissions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const UserPermissions = ({ row }: UserPermissionsProps) => {
7070
? [resources]
7171
: [resources.slice(0, mid), resources.slice(mid)];
7272
return (
73-
<div className="d-flex flex-wrap bg-white px-4 py-4 border border-info-200">
73+
<div className="d-flex flex-wrap bg-white px-4 py-4 border border-light-200">
7474
{isSingleRow
7575
? <RenderPermissionInLine items={resources} />
7676
: columns.map((col, index) => (

0 commit comments

Comments
 (0)