We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318b37e commit 5ba0c61Copy full SHA for 5ba0c61
1 file changed
README.md
@@ -44,7 +44,7 @@ const light = {
44
text: '#000000',
45
};
46
47
-export const { StyleSheet, ThemeProvider, useTheme } = Sugar(theme);
+export const { StyleSheet, ThemeProvider, useTheme } = Sugar(light);
48
49
export default StyleSheet;
50
```
0 commit comments