Skip to content

Commit bc128f8

Browse files
authored
padding to bottom of home notice
closes #2474
1 parent 4e92eb2 commit bc128f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/home/notice.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const messages = [
1717

1818
export function UnofficialAppNotice() {
1919
return (
20-
<glamorous.View justifyContent="center" marginHorizontal={10}>
20+
<glamorous.View justifyContent="center" marginBottom={10} marginHorizontal={10}>
2121
<glamorous.View backgroundColor="rgba(0,0,0,0.05)" borderRadius={7}>
2222
<glamorous.Text color={c.black25Percent} padding={8} textAlign="center">
2323
{sample(messages)}

0 commit comments

Comments
 (0)