Skip to content

Commit

Permalink
Merge pull request #283 from BouyguesTelecom/fix/hero-title-native
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
air-one-x authored Jan 7, 2025
2 parents c5fa46e + 7298756 commit 7164d2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/react/components/hero/Hero.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ const Hero = React.forwardRef(
const styles = StyleSheet.create({
hero: {
width: '100%',
minHeight: 100,
maxHeight: 300,
minHeight: 150,
maxHeight: 350,
height: 'auto',
},
content: {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/objects/Typography/TypographyBold.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const getTypographyBoldStyle = (typo?: string | Array<string>) => {
return theme?.fontFamily?.bold || 'poppins-semibold'

case typo && currentTypo.includes(TypographyBold.TEXT_WEIGHT_BOLD):
return theme?.fontFamily?.bold || 'poppins-semibold'
return theme?.fontFamily?.speak || 'poppins-semibold'

default:
return theme?.fontFamily?.regular || 'poppins-regular'
Expand Down

0 comments on commit 7164d2e

Please sign in to comment.