Skip to content

Commit

Permalink
Merge branch 'master' of github.com-work:itcgames/celiapp, closes #55
Browse files Browse the repository at this point in the history
  • Loading branch information
setumartin committed Mar 3, 2020
2 parents 69b9fe8 + 0cfdcc5 commit ba5fb17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/UsernameDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,17 @@ export default class UsernameDialog extends React.Component {

var styles = StyleSheet.create({
container: {
justifyContent: 'space-around',
alignItems: 'center',
alignItems: 'center'
},
title: {
marginTop: 75,
fontSize: 32,
fontWeight: 'bold',
},
logo: {
width: 200,
height: 200,
margin: 50,
borderColor: '#000',
borderWidth: 1,
},
Expand Down

0 comments on commit ba5fb17

Please sign in to comment.