Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Observe logo header in nav drawer #315

Merged
merged 3 commits into from
Jun 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions app/components/Drawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { colors } from '../style/variables'
const HeaderWrapper = styled.View`
height: 144;
background-color: ${colors.primary};
padding-top: ${Platform.OS === 'ios' ? 50 : 30}
padding-top: ${Platform.OS === 'ios' ? 50 : 30};
flex: 1;
flex-direction: row;
align-items: center;
Expand All @@ -20,8 +20,8 @@ const Logo = styled.Image`
`

const LogoName = styled.Text`
font-weight: 900;
letter-spacing: 0.15;
font-weight: 700;
letter-spacing: 1;
font-size: 24;
color: white;
`
Expand Down
1 change: 0 additions & 1 deletion app/components/ZoomToEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const TextWrapper = styled.TouchableOpacity`

const Text = styled.Text`
text-align: center;
font-weight: 900;
`

const PlusIcon = styled(Icon)`
Expand Down
21 changes: 21 additions & 0 deletions ios/Observe/Images.xcassets/observe_logo.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "observe_logo.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.