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