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 4e92eb2 commit bc128f8Copy full SHA for bc128f8
source/views/home/notice.js
@@ -17,7 +17,7 @@ const messages = [
17
18
export function UnofficialAppNotice() {
19
return (
20
- <glamorous.View justifyContent="center" marginHorizontal={10}>
+ <glamorous.View justifyContent="center" marginBottom={10} marginHorizontal={10}>
21
<glamorous.View backgroundColor="rgba(0,0,0,0.05)" borderRadius={7}>
22
<glamorous.Text color={c.black25Percent} padding={8} textAlign="center">
23
{sample(messages)}
0 commit comments