Skip to content

Commit

Permalink
bug/10241 Android Text Collision with claims history (#10401)
Browse files Browse the repository at this point in the history
  • Loading branch information
ATeal authored Feb 17, 2025
1 parent 713550a commit f4963de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VAMobile/src/components/Templates/HeaderBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const HeaderBanner: FC<HeaderBannerProps> = ({
useFocusEffect(focus === 'Title' ? setFocusTitle : setFocus)
const screenReaderEnabled = useIsScreenReaderEnabled()

const TEXT_CONSTRAINT_THRESHOLD = 30
const TEXT_CONSTRAINT_THRESHOLD = 26

const transition = title?.type === 'Transition'

Expand Down

0 comments on commit f4963de

Please sign in to comment.