Skip to content

Commit

Permalink
Adjust header font smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
carkom committed Nov 9, 2023
1 parent ef0a192 commit 1fda216
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default function AccountDetails({
</Link>
<View
style={{
fontSize: 18,
fontSize: 16,
fontWeight: 500,
justifyContent: 'center',
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ function AccountList({
titleStyle={{
backgroundColor: theme.mobileHeaderBackground,
color: theme.tableText,
fontSize: 16,
}}
>
<PullToRefresh onRefresh={syncAndDownload}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1931,7 +1931,7 @@ function BudgetHeader({
style={{
color: theme.formInputText,
textAlign: 'center',
fontSize: 18,
fontSize: 16,
fontWeight: 500,
// zIndex: -1
}}
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-client/src/components/settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default function Settings() {
? {
backgroundColor: theme.mobileHeaderBackground,
color: theme.formInputText,
fontSize: 18,
fontSize: 16,
fontWeight: 500,
}
: undefined
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ class TransactionEditInner extends PureComponent {
<TextOneLine
style={{
color: theme.formInputText,
fontSize: 18,
fontSize: 16,
fontWeight: 500,
userSelect: 'none',
}}
Expand Down

0 comments on commit 1fda216

Please sign in to comment.