Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #31 from jonathontoon/develop
Browse files Browse the repository at this point in the history
Develop to Master
  • Loading branch information
jonathontoon authored Feb 3, 2018
2 parents d49ef45 + 67c52b8 commit 1f04c08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/AuthorizationCode.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class AuthorizationCode extends Component {
>
<TwitterLogoStyle src={Logo} alt="Twitter Logo" />
<HeaderTextStyle>
Finish up by entering the 7 digit authorization code shown in the pop up window.
Finish up by entering the 7 digit authorization PIN shown in the pop up window.
</HeaderTextStyle>
<PinInput
length={7}
Expand Down
2 changes: 1 addition & 1 deletion app/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const XTRA_LARGE_FONT_SIZE = 24;
export const XTRA_LARGE_FONT_SIZE = process.platform === 'darwin' ? 22 : 20;
export const LARGE_FONT_SIZE = 17;
export const REGULAR_FONT_SIZE = 16;
export const SMALL_FONT_SIZE = 14;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint-styles-fix": "stylefmt -r app/*.css app/components/*.css",
"package": "npm run build && build --publish never",
"package-all": "npm run build && build -mwl",
"package-osx": "npm run build && build --darwin --x64",
"package-osx": "npm run build && build --macos --x64",
"package-linux": "npm run build && build --linux",
"package-win": "npm run build && build --win --x64",
"postinstall": "node -r babel-register internals/scripts/CheckNativeDep.js && npm run build-dll && electron-builder install-app-deps && node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
Expand Down

0 comments on commit 1f04c08

Please sign in to comment.