Skip to content

Commit d577098

Browse files
authored
Add class for role management buttons (#4841)
* add id * switch to class
1 parent 6c3138d commit d577098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/apps/EmbeddedClusterManagement.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ const EmbeddedClusterManagement = ({
452452
<div
453453
key={nodeType}
454454
className={classNames(
455-
"tw-border-[1px] tw-border-solid tw-border-[#326DE6] tw-rounded tw-px-2 tw-py-2 tw-flex tw-items-center tw-cursor-pointer",
455+
"nodeType-selector tw-border-[1px] tw-border-solid tw-border-[#326DE6] tw-rounded tw-px-2 tw-py-2 tw-flex tw-items-center tw-cursor-pointer",
456456
{
457457
"tw-text-white tw-bg-[#326DE6]":
458458
selectedNodeTypes.includes(nodeType),

0 commit comments

Comments
 (0)