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>
|
||||
<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">
|
||||
|
||||
Reference in New Issue
Block a user