Skip to content

Commit

Permalink
remove unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Nov 12, 2024
1 parent e8d7756 commit 8b68363
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions components/src/atoms/StyledText/StyledText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ const helixProductStyleMap = {
}
`,
},
headingLargeSemiBold: {
as: 'h2',
style: css`
@media not (${RESPONSIVENESS.touchscreenMediaQuerySpecs}) {
font: ${HELIX_TYPOGRAPHY.fontStyleBodyDefaultSemiBold};
}
`,
},
headingMediumBold: {
as: 'h3',
style: css`
Expand Down
2 changes: 1 addition & 1 deletion protocol-designer/src/organisms/SlotInformation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const SlotInformation: FC<SlotInformationProps> = ({
>
<Flex gridGap={SPACING.spacing8} alignItems={ALIGN_CENTER}>
{isOffDeck ? null : <DeckInfoLabel deckLabel={location} />}
<StyledText desktopStyle="headingLargeSemiBold">
<StyledText desktopStyle="bodyLargeSemiBold">
{t(isOffDeck ? 'labware_detail' : 'slot_detail')}
</StyledText>
</Flex>
Expand Down

0 comments on commit 8b68363

Please sign in to comment.