Skip to content

Commit

Permalink
fix overlay capacity to 0.72
Browse files Browse the repository at this point in the history
  • Loading branch information
ishpaul777 committed Sep 21, 2023
1 parent a1b8a19 commit 9855bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default {
optionRowHeight: 64,
optionRowHeightCompact: 52,
optionsListSectionHeaderHeight: getValueUsingPixelRatio(32, 38),
overlayOpacity: 0.6,
overlayOpacity: 0.72,
lineHeightXSmall: getValueUsingPixelRatio(11, 17),
lineHeightSmall: getValueUsingPixelRatio(14, 16),
lineHeightNormal: getValueUsingPixelRatio(16, 21),
Expand Down

0 comments on commit 9855bf0

Please sign in to comment.