Skip to content

Commit 685188f

Browse files
authored
Remove rounded style reference
1 parent 31683b5 commit 685188f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/streaming/webcams.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class StreamThumbnail extends React.PureComponent<void, ThumbnailProps, void> {
161161
: transparentPixel
162162

163163
return (
164-
<View style={[styles.cell, styles.rounded]}>
164+
<View style={styles.cell}>
165165
<Touchable
166166
highlight={true}
167167
underlayColor={baseColor}

0 commit comments

Comments
 (0)