Skip to content

Commit d9b5893

Browse files
author
Mateusz Kopciński
committed
fixed text display in example app
1 parent c32c589 commit d9b5893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/speech-to-text/screens/SpeechToTextScreen.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ const styles = StyleSheet.create({
260260
alignItems: 'center',
261261
},
262262
topContainerText: {
263-
height: '100%',
263+
height: 35,
264264
fontSize: 30,
265265
marginTop: 5,
266266
color: '#001A72',

0 commit comments

Comments
 (0)