Skip to content

Commit

Permalink
Add class for role management buttons (#4841)
Browse files Browse the repository at this point in the history
* add id

* switch to class
  • Loading branch information
miaawong authored Aug 21, 2024
1 parent 6c3138d commit d577098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/apps/EmbeddedClusterManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ const EmbeddedClusterManagement = ({
<div
key={nodeType}
className={classNames(
"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",
"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",
{
"tw-text-white tw-bg-[#326DE6]":
selectedNodeTypes.includes(nodeType),
Expand Down

0 comments on commit d577098

Please sign in to comment.