Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Styles, 2.1b5
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Feb 3, 2018
1 parent 4da34d6 commit f04022a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ android {
applicationId "com.standardnotes"
minSdkVersion 21
targetSdkVersion 25
versionCode 2010004
versionName "2.1-beta.4"
versionCode 2010005
versionName "2.1-beta.5"
multiDexEnabled true
ndk {
abiFilters "armeabi-v7a", "x86"
Expand Down
2 changes: 1 addition & 1 deletion ios/StandardNotes/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4</string>
<string>5</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "StandardNotes",
"version": "2.1-beta.4",
"versionIOS": "2.1-beta.4",
"versionAndroid": "2.1-beta.4",
"version": "2.1-beta.5",
"versionIOS": "2.1-beta.5",
"versionAndroid": "2.1-beta.5",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand Down
4 changes: 2 additions & 2 deletions src/Styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,13 +344,13 @@ export default class GlobalStyles {
justifyContent: "space-between",
flexDirection: 'row',
paddingRight: constants.paddingLeft,
paddingBottom: 10,
paddingTop: 10,
},

sectionHeader: {
fontSize: constants.mainTextFontSize - 4,
paddingLeft: constants.paddingLeft,
paddingBottom: 10,
paddingTop: 10,
color: constants.mainDimColor,
fontWeight: Platform.OS == "android" ? "bold" : "normal"
},
Expand Down

0 comments on commit f04022a

Please sign in to comment.