Skip to content

Commit

Permalink
feat: update button monthly budget screen
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBresson committed Nov 16, 2021
1 parent 413fec6 commit 17e3c90
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/screens/MonthlyBudget/MonthlyBudgetScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const MonthlyBudgetScreen: NavStatelessComponent = () => {
</View>
</ScrollView>
<View style={styles.buttonContainer}>
<Button.Primary
<Button.Secondary
fullWidth
icon={"save"}
onPress={onPressSaveBudget}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ exports[`MonthlyBudgetScreen renders correctly 1`] = `
}
}
>
<Button.Primary
<Button.Secondary
fullWidth={true}
icon="save"
onPress={[Function]}
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10942,11 +10942,6 @@ path-type@^4.0.0:
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==

[email protected]:
version "0.4.10"
resolved "https://registry.yarnpkg.com/paths-js/-/paths-js-0.4.10.tgz#a3575f409b4a36f8aa795ba4d051989021be58c7"
integrity sha512-JZoqlRSHtx+bc+xKI9o4bropEbqZBF4ZfYImiB1T9RYpHB73h5I8XZ7FfSBbHbBMtdD1c04ujjAPH8wUuu4+Gw==

pbkdf2@^3.0.3:
version "3.1.2"
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075"
Expand Down

0 comments on commit 17e3c90

Please sign in to comment.