Skip to content

Commit

Permalink
refactor: replaced height with flex 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sachin-into committed Feb 28, 2024
1 parent a31ec77 commit b1355f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/screens/Mini/layout/BlurScreenContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const BlurScreenContainer = ({
style={{ backgroundColor: background, height: windowHeight - 160 }}
contentContainerStyle={{
backgroundColor: background,
height: windowHeight - 155,
flex: 1,
}}
>
{children}
Expand Down

0 comments on commit b1355f9

Please sign in to comment.