Skip to content

Commit

Permalink
Updated pointCloud & 360 image count number styling
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodcog committed Jul 24, 2023
1 parent fcc1c80 commit 759ee6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const Image360CollectionLayerContainer = (): ReactElement => {
}}
/>
<StyledLabel> 360 images </StyledLabel>
<StyledChipCount label={count} hideTooltip />
<StyledChipCount label={count} hideTooltip type="neutral" />
</Flex>
</Menu.Submenu>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const PointCloudLayersContainer = (): ReactElement => {
}}
/>
<StyledLabel> Point clouds </StyledLabel>
<StyledChipCount label={count} hideTooltip />
<StyledChipCount label={count} hideTooltip type="neutral" />
</Flex>
</Menu.Submenu>
);
Expand Down

0 comments on commit 759ee6f

Please sign in to comment.