Skip to content

Commit

Permalink
refactor - ClusterSelectionList, ClusterMap - UAT changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitRaj011 committed Oct 30, 2024
1 parent f0c3195 commit bf5dd11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ const ClusterTreeMapContent = ({

export const ClusterMap = ({ treeMapData = [], isLoading = false }: ClusterMapProps) =>
treeMapData.length ? (
<div className="cluster-map pb-16 px-20 bcn-50">
<div className="w-100 p-12 bcn-0 dc__border br-4 flexbox dc__align-items-center dc__gap-6">
<div className="cluster-map pb-16 px-20">
<div className="w-100 p-12 dc__border-n1 br-8 flexbox dc__align-items-center dc__gap-6">
{isLoading ? (
<div className="w-100 flexbox-col dc__gap-4">
<div className="shimmer-loading h-16" />
Expand Down
2 changes: 1 addition & 1 deletion src/components/ClusterNodes/ClusterSelectionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ const ClusterSelectionList: React.FC<ClusterSelectionType> = ({

return (
<div className="cluster-list-main-container flex-grow-1 flexbox-col bcn-0 dc__overflow-auto">
<div className="flexbox dc__content-space pl-20 pr-20 pt-16 pb-16 bcn-50">
<div className="flexbox dc__content-space pl-20 pr-20 pt-16 pb-16">
<div className="flex dc__gap-12">
<SearchBar
initialSearchText={searchKey}
Expand Down

0 comments on commit bf5dd11

Please sign in to comment.