fixed Object settings font weight fixes (#3332)

* fixed Object settings font weight fixes

* fixed Object settings font weight fixes
This commit is contained in:
Irfan K
2024-01-12 14:32:20 +05:30
committed by GitHub
parent e6c9e8d09b
commit 9ecc3bdbf2

View File

@ -53,9 +53,9 @@ export const SettingsObjectItemTableRow = ({
</StyledNameTableCell>
<TableCell>
{objectItem.isCustom ? (
<Tag color="orange" text="Custom" weight="medium" />
<Tag color="orange" text="Custom" weight="regular" />
) : (
<Tag color="blue" text="Standard" weight="medium" />
<Tag color="blue" text="Standard" weight="regular" />
)}
</TableCell>
<TableCell align="right">