Skip to content

Commit

Permalink
Fix typographic style in the RNavScreenWithLargeHeader component
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnplb committed Nov 29, 2023
1 parent c562874 commit 0c6417d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/components/ui/RNavScreenWithLargeHeader.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {
H3,
H2,
HeaderSecondLevel,
IOVisualCostants
} from "@pagopa/io-app-design-system";
Expand Down Expand Up @@ -88,7 +88,7 @@ export const RNavScreenWithLargeHeader = ({
decelerationRate="normal"
>
<View onLayout={getTitleHeight}>
<H3>{title}</H3>
<H2>{title}</H2>
</View>
{children}
</Animated.ScrollView>
Expand Down

0 comments on commit 0c6417d

Please sign in to comment.