Skip to content

Commit

Permalink
style(example): fix style lint error in example project
Browse files Browse the repository at this point in the history
  • Loading branch information
jspizziri committed Dec 18, 2024
1 parent 2bdcf8f commit dc692b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/components/PlaybackError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const styles = StyleSheet.create({
container: {
width: '100%',
marginVertical: 24,
alignSelf: 'center'
alignSelf: 'center',
},
text: {
color: 'red',
Expand Down

0 comments on commit dc692b1

Please sign in to comment.