Skip to content

Commit

Permalink
add TODO to replace LegacyStyledText
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl11 committed Aug 7, 2024
1 parent cc05dde commit 5161d30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/molecules/LegacyModal/LegacyModalHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const LegacyModalHeader = (
{icon != null && <Icon {...icon} data-testid="Modal_header_icon" />}
{titleElement1}
{titleElement2}
{/* TODO (nd: 08/07/2024) Convert to StyledText once designs are resolved */}
<LegacyStyledText
as="h3"
fontWeight={TYPOGRAPHY.fontWeightSemiBold}
Expand Down

0 comments on commit 5161d30

Please sign in to comment.