Skip to content

Commit

Permalink
fix font weight to similar like other
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish8689 committed Oct 1, 2024
1 parent 967a2fe commit 9b22ad5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -950,12 +950,12 @@ export const PropertyValue: FC<PropertyValueProps> = ({
data-testid="time-interval-value">
<span>
<Typography.Text>{`Start Time: `}</Typography.Text>
<Typography.Text className="text-sm font-semibold text-grey-body">
<Typography.Text className="text-sm text-grey-body property-value">
{timeInterval.start}
</Typography.Text>
<Divider className="self-center" type="vertical" />
<Typography.Text>{`End Time: `}</Typography.Text>
<Typography.Text className="text-sm font-semibold text-grey-body">
<Typography.Text className="text-sm text-grey-body property-value">
{timeInterval.end}
</Typography.Text>
</span>
Expand Down

0 comments on commit 9b22ad5

Please sign in to comment.