Skip to content

Commit 9caec80

Browse files
Small padding to channel list header indicators
1 parent e38f2d5 commit 9caec80

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/ChannelListHeaderErrorIndicator.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const Container = styled.TouchableOpacity`
88
align-items: center;
99
justify-content: center;
1010
background-color: #fae6e8;
11+
padding: 3px;
1112
${({ theme }) => theme.channelListHeaderErrorIndicator.container.css}
1213
`;
1314

src/components/ChannelListHeaderNetworkDownIndicator.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const Container = styled.View`
77
align-items: center;
88
justify-content: center;
99
background-color: #fae6e8;
10+
padding: 3px;
1011
${({ theme }) => theme.channelListHeaderErrorIndicator.container.css}
1112
`;
1213

0 commit comments

Comments
 (0)