Skip to content

Commit b995906

Browse files
committed
style: modified network indicator icon
1 parent 3fa3bc6 commit b995906

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/NetworkLoggerOverlay.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const NetworkLoggerOverlay: React.FC<NetworkLoggerOverlayProps> = ({
111111
onPress={handleCloseIcon}
112112
style={[styles.floatingCloseIcon]}
113113
>
114-
<Icon type='close'/>
114+
<Icon type="close" />
115115
</TouchableOpacity>
116116
)}
117117
<TouchableOpacity
@@ -208,8 +208,7 @@ const styles = StyleSheet.create({
208208
backgroundColor: '#007AFF',
209209
padding: 16,
210210
borderRadius: 25,
211-
elevation: 5,
212-
shadowColor: '#000',
211+
elevation: 1,
213212
shadowOffset: { width: 0, height: 2 },
214213
shadowOpacity: 0.3,
215214
shadowRadius: 4,

0 commit comments

Comments
 (0)