mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 00:46:27 +03:00
update steemconnect styling a bit
This commit is contained in:
parent
499abb49bd
commit
8a551606ab
@ -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
|
||||
|
Binary file not shown.
@ -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',
|
||||
|
@ -66,7 +66,7 @@ const PostBody = ({
|
||||
default:
|
||||
break;
|
||||
}
|
||||
} catch (error) {}
|
||||
} catch (error) { }
|
||||
};
|
||||
|
||||
const _handleTagPress = tag => {
|
||||
|
@ -190,7 +190,7 @@ class LoginScreen extends PureComponent {
|
||||
isFullScreen
|
||||
isCloseButton
|
||||
handleOnModalClose={this._handleOnModalToggle}
|
||||
title="Steemconnect Login"
|
||||
title="Sign in"
|
||||
>
|
||||
<SteemConnect handleOnModalClose={this._handleOnModalToggle} />
|
||||
</Modal>
|
||||
|
Loading…
Reference in New Issue
Block a user