From 3ad495b47f68b3c11ad0ccc8737f63d676c9b514 Mon Sep 17 00:00:00 2001 From: Ushran Gouhar Date: Tue, 30 Sep 2025 20:12:34 +0530 Subject: [PATCH] Add 2px gap between label and info icon --- .../ui/src/components/common/IconPicker/MUIIconPicker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/common/IconPicker/MUIIconPicker.tsx b/openmetadata-ui/src/main/resources/ui/src/components/common/IconPicker/MUIIconPicker.tsx index 3b63d849c05..c95916e8d59 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/common/IconPicker/MUIIconPicker.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/common/IconPicker/MUIIconPicker.tsx @@ -133,7 +133,7 @@ const MUIIconPicker: FC = ({ return ( {label && ( - + {label} {toolTip}