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 e38f2d5 commit 9caec80Copy full SHA for 9caec80
src/components/ChannelListHeaderErrorIndicator.js
@@ -8,6 +8,7 @@ const Container = styled.TouchableOpacity`
8
align-items: center;
9
justify-content: center;
10
background-color: #fae6e8;
11
+ padding: 3px;
12
${({ theme }) => theme.channelListHeaderErrorIndicator.container.css}
13
`;
14
src/components/ChannelListHeaderNetworkDownIndicator.js
@@ -7,6 +7,7 @@ const Container = styled.View`
7
0 commit comments