Skip to content

Commit 5ba0c61

Browse files
authored
simplified code example
1 parent 318b37e commit 5ba0c61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const light = {
4444
text: '#000000',
4545
};
4646

47-
export const { StyleSheet, ThemeProvider, useTheme } = Sugar(theme);
47+
export const { StyleSheet, ThemeProvider, useTheme } = Sugar(light);
4848

4949
export default StyleSheet;
5050
```

0 commit comments

Comments
 (0)