Skip to content

Commit 87354c6

Browse files
committed
styles to match figmawq
1 parent 575ab3d commit 87354c6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/styles/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6342,10 +6342,10 @@ const plainStyles = (theme: ThemeColors) =>
63426342
homePageLeftColumn: (shouldUseNarrowLayout: boolean) =>
63436343
shouldUseNarrowLayout
63446344
? ({width: '100%', flexDirection: 'column', gap: 20} satisfies ViewStyle)
6345-
: ({flex: 2, flexBasis: '66.666%', maxWidth: variables.homePageLeftColumnMaxWidth, flexDirection: 'column', gap: 20} satisfies ViewStyle),
6345+
: ({flex: 7, flexBasis: '58.333%', maxWidth: variables.homePageLeftColumnMaxWidth, flexDirection: 'column', gap: 20} satisfies ViewStyle),
63466346

63476347
homePageRightColumn: (shouldUseNarrowLayout: boolean) =>
6348-
shouldUseNarrowLayout ? ({width: '100%'} satisfies ViewStyle) : ({flex: 1, flexBasis: '33.333%', maxWidth: variables.homePageRightColumnMaxWidth} satisfies ViewStyle),
6348+
shouldUseNarrowLayout ? ({width: '100%'} satisfies ViewStyle) : ({flex: 5, flexBasis: '41.667%', maxWidth: variables.homePageRightColumnMaxWidth} satisfies ViewStyle),
63496349
}) satisfies Styles;
63506350

63516351
const styles = (theme: ThemeColors) =>

src/styles/variables.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ export default {
104104
sideBarWidth: 375,
105105
sidePanelWidth: 375,
106106
receiptPaneRHPMaxWidth: 465,
107-
homePageLeftColumnMaxWidth: 920,
108-
homePageRightColumnMaxWidth: 460,
107+
homePageLeftColumnMaxWidth: 680,
108+
homePageRightColumnMaxWidth: 488,
109109
superWideRHPMaxWidth: 1260,
110110
minScanTooltipWidth: 320,
111111
uploadViewMargin: 20,

0 commit comments

Comments
 (0)