Skip to content

Commit

Permalink
fix: change version and color placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
Luizrebelatto committed May 18, 2023
1 parent bd2037a commit 4b8e30e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default function App() {
<View style={styles.wrapperInputs}>
<TextInput
placeholder='Digite o valor final do sorteio'
placeholderTextColor="#696969"
keyboardType='number-pad'
value={numberLimit}
onChangeText={(value) => setNumberLimit(value)}
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ android {
applicationId "com.calculatewater"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 4
versionCode 5
versionName "1.0"
}

Expand Down

0 comments on commit 4b8e30e

Please sign in to comment.