Skip to content

Commit 3220153

Browse files
committed
add final styling changes
1 parent c8a1317 commit 3220153

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/views/streaming/radio.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,16 @@ class PlayPauseButton extends React.PureComponent {
162162

163163
const styles = StyleSheet.create({
164164
root: {
165+
flexDirection: 'column',
166+
alignItems: 'stretch',
167+
justifyContent: 'space-between',
168+
padding: 20,
165169
},
166170
container: {
167171
alignItems: 'center',
172+
flex: 1,
173+
marginTop: 20,
174+
marginBottom: 20,
168175
},
169176
logoWrapper: {
170177
alignItems: 'center',

0 commit comments

Comments
 (0)