Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 59ee3e9

Browse files
committed
Forgot to update the example
1 parent 0d7ddf6 commit 59ee3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default class App extends Component {
3636
base0F: '#cc6633'
3737
};
3838

39-
const getStyle = (type, expanded) => {};
39+
const getStyle = (type, expanded) => (expanded ? { textTransform: 'uppercase' } : { textTransform: 'lowercase' });
4040
const getItemString = (type, data, itemType, itemString) => (<span> // {type}</span>);
4141

4242
return (

0 commit comments

Comments
 (0)