Skip to content

Commit

Permalink
Add back desktop page header padding
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Nov 16, 2023
1 parent 410ac1a commit dd50f77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/desktop-client/src/components/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export function Page({
rightContent={headerRightContent}
style={{
...titleStyle,
...(!isNarrowWidth && { paddingInline: HORIZONTAL_PADDING }),
}}
/>
<View
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ function AccountDetailsHeader({ account }) {
<Link
to={-1}
style={{
...styles.noTapHighlight,
alignItems: 'center',
display: 'flex',
textDecoration: 'none',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ class TransactionEditInner extends PureComponent {
<Button
type="bare"
style={{
...styles.noTapHighlight,
color: theme.mobileHeaderText,
justifyContent: 'center',
margin: 10,
Expand Down

0 comments on commit dd50f77

Please sign in to comment.