Skip to content

Commit

Permalink
add styledlabel to OT2 tips links
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl11 committed Nov 21, 2024
1 parent 48c9f29 commit 8f870cf
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions protocol-designer/src/organisms/EditInstrumentsModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -565,11 +565,13 @@ export function EditInstrumentsModal(
TYPOGRAPHY.textDecorationUnderline
}
>
<StyledText desktopStyle="bodyDefaultRegular">
{allowAllTipracks
? t('show_default_tips')
: t('show_all_tips')}
</StyledText>
<StyledLabel>
<StyledText desktopStyle="bodyDefaultRegular">
{allowAllTipracks
? t('show_default_tips')
: t('show_all_tips')}
</StyledText>
</StyledLabel>{' '}
</Btn>
)}
</Flex>
Expand Down

0 comments on commit 8f870cf

Please sign in to comment.