GH-3105 Fix Object name icon weight is too light (#3116)

GH-3105 make preview object name icon to have regular stroke
This commit is contained in:
Deepak Kumar
2023-12-22 02:14:35 +05:30
committed by GitHub
parent 0ae0bf73fd
commit 41f45c953b

View File

@ -105,7 +105,7 @@ export const SettingsObjectFieldPreview = ({
{!!ObjectIcon && (
<ObjectIcon
size={theme.icon.size.sm}
stroke={theme.icon.stroke.sm}
stroke={theme.icon.stroke.md}
/>
)}
{objectMetadataItem?.labelPlural}