Skip to content

Commit

Permalink
Increase header height - align with figma
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejSWM committed Jan 8, 2024
1 parent b238846 commit e20938a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function getValueUsingPixelRatio(defaultValue: number, maxValue: number): number
export default {
// do we need to change it?
bottomTabHeight: 80,
contentHeaderHeight: getValueUsingPixelRatio(65, 100),
contentHeaderHeight: getValueUsingPixelRatio(80, 100),
componentSizeSmall: getValueUsingPixelRatio(28, 32),
componentSizeNormal: 40,
componentSizeMedium: 48,
Expand Down Expand Up @@ -184,7 +184,7 @@ export default {
bankCardWidth: 40,
bankCardHeight: 26,
workspaceTypeIconWidth: 34,
workspaceSectionMaxWidth: 560,
workspaceSectionMaxWidth: 600,

// The height of the empty list is 14px (2px for borders and 12px for vertical padding)
// This is calculated based on the values specified in the 'getGoogleListViewStyle' function of the 'StyleUtils' utility
Expand Down

0 comments on commit e20938a

Please sign in to comment.