update steemconnect styling a bit

This commit is contained in:
feruz 2019-11-26 13:13:21 +02:00
parent 499abb49bd
commit 8a551606ab
5 changed files with 8 additions and 7 deletions

View File

@ -360,7 +360,7 @@ DEPENDENCIES:
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
SPEC REPOS:
https://github.com/cocoapods/specs.git:
https://github.com/CocoaPods/Specs.git:
- AppCenter
- AppCenterReactNativeShared
- boost-for-react-native
@ -523,4 +523,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 4faf3202c73803d0ba69b4aaf79ce8642ecf11b2
COCOAPODS: 1.7.5
COCOAPODS: 1.8.4

View File

@ -20,9 +20,10 @@ export default EStyleSheet.create({
justifyContent: 'center',
},
headerTitle: {
color: '$iconColor',
color: '$primaryBlack',
alignSelf: 'center',
fontSize: 24,
textAlign: 'center',
fontSize: 20,
marginLeft: 16,
flexGrow: 1,
fontWeight: '500',
@ -34,7 +35,7 @@ export default EStyleSheet.create({
},
closeIcon: {
fontSize: 24,
color: '$iconColor',
color: '$primaryBlack',
},
safeArea: {
backgroundColor: '$primaryBackgroundColor',

View File

@ -66,7 +66,7 @@ const PostBody = ({
default:
break;
}
} catch (error) {}
} catch (error) { }
};
const _handleTagPress = tag => {

View File

@ -190,7 +190,7 @@ class LoginScreen extends PureComponent {
isFullScreen
isCloseButton
handleOnModalClose={this._handleOnModalToggle}
title="Steemconnect Login"
title="Sign in"
>
<SteemConnect handleOnModalClose={this._handleOnModalToggle} />
</Modal>