Skip to content

Commit

Permalink
Changed top padding from 5 percent to 7 percent on Search Page Styles…
Browse files Browse the repository at this point in the history
… container as per Figma measurements
  • Loading branch information
r800360 committed Mar 14, 2024
1 parent 1b2723d commit 56585fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfm-sideline-sidekick-app/pages/SearchPageStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const minDimension = Math.min(width, height);
const styles = StyleSheet.create({
container: {
paddingHorizontal: width * 0.05, // 5% of screen width/height
paddingTop: height * 0.05, // 5% of screen width/height
paddingTop: height * 0.07, // 7% of screen width/height
},
listItemContainer: {
flexDirection: "row",
Expand Down

0 comments on commit 56585fc

Please sign in to comment.