Skip to content

Commit

Permalink
fix: Example background color for darkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriHoffmann committed Feb 14, 2024
1 parent 6b4f655 commit 3978444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default function App() {
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: '#fff',
},
header: {
fontSize: 22,
Expand Down

0 comments on commit 3978444

Please sign in to comment.