website refactor
This commit is contained in:
@@ -22,10 +22,10 @@ export const InfoItem = ({
|
||||
<Icon icon={icon} size={4} intent={intent as any} />
|
||||
</Box>
|
||||
<Box>
|
||||
<Text size="xs" variant="low" block marginBottom={0.5} style={{ fontSize: '10px' }}>
|
||||
<Text size="xs" variant="low" block style={{ fontSize: '10px' }}>
|
||||
{label}
|
||||
</Text>
|
||||
<Text size="xs" weight="medium" variant="high" block className="truncate">
|
||||
<Text size="xs" weight="medium" variant="high" block truncate>
|
||||
{value}
|
||||
</Text>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user