Skip to content

Commit

Permalink
update view only parameters screen
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Mar 22, 2024
1 parent 0d1642f commit 8407ad3
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,12 @@ export function ViewOnlyParameters({
{getDefault(parameter)}
</StyledText>
{hasCustomValue ? (
<Chip type="success" text={t('updated')} hasIcon={false} />
<Chip
type="success"
text={t('updated')}
hasIcon={false}
chipSize="small"
/>
) : null}
</Flex>
</Flex>
Expand Down

0 comments on commit 8407ad3

Please sign in to comment.