fixed Object settings font weight fixes (#3332)
* fixed Object settings font weight fixes * fixed Object settings font weight fixes
This commit is contained in:
@ -53,9 +53,9 @@ export const SettingsObjectItemTableRow = ({
|
|||||||
</StyledNameTableCell>
|
</StyledNameTableCell>
|
||||||
<TableCell>
|
<TableCell>
|
||||||
{objectItem.isCustom ? (
|
{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>
|
||||||
<TableCell align="right">
|
<TableCell align="right">
|
||||||
|
|||||||
Reference in New Issue
Block a user