We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b25479 commit fb0e6f0Copy full SHA for fb0e6f0
source/views/home/notice.js
@@ -4,6 +4,7 @@ import * as React from 'react'
4
import * as glamorous from 'glamorous-native'
5
import * as c from '../components/colors'
6
import sample from 'lodash/sample'
7
+import {CELL_MARGIN} from './button'
8
9
const messages = [
10
'☃️ An Unofficial App Project ☃️',
@@ -19,8 +20,8 @@ export function UnofficialAppNotice() {
19
20
return (
21
<glamorous.View
22
justifyContent="center"
- marginBottom={10}
23
- marginHorizontal={10}
+ marginBottom={CELL_MARGIN}
24
+ marginHorizontal={CELL_MARGIN}
25
>
26
<glamorous.View backgroundColor="rgba(0,0,0,0.05)" borderRadius={7}>
27
<glamorous.Text color={c.black25Percent} padding={8} textAlign="center">
0 commit comments