Skip to content

Commit

Permalink
docs: fix thememode mismatch in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed May 23, 2024
1 parent b0853f2 commit 31a78db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Zeta allows you to specify an initial theme mode for your app, which can be one
By default, the theme mode is set to `ThemeMode.system`.

```dart
initialThemeMode: ThemeMode.light
initialThemeMode: ThemeMode.system
```

### Providing Initial Theme Data
Expand Down

0 comments on commit 31a78db

Please sign in to comment.