Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit b03f8c4

Browse files
committed
example update
1 parent 7395c18 commit b03f8c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/CellComponents/App.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class App extends Component {
153153
</CellGroup>
154154
<CellGroup header="User info" >
155155
<CellInput title="Username" icon="person" placeholder="Enter username" />
156-
<CellDatePicker tintColor="#e74c3c" icon={{ name: 'calendar', source: 'octicons' }} title="Date" value={this.state.date.toLocaleString()} onDateSelected={this.handleOnDateSelected} />
156+
<CellDatePicker tintColor="#3498db" icon={{ name: 'calendar', source: 'octicons' }} title="Date" value={this.state.date.toLocaleString()} onDateSelected={this.handleOnDateSelected} />
157157
<CellInput title="About" multiline autoResize rows={5} />
158158
</CellGroup>
159159

@@ -163,6 +163,7 @@ class App extends Component {
163163
>
164164
<CellSlider
165165
icon="arrow-forward"
166+
disclosure="check"
166167
minimumValue={1}
167168
maximumValue={10}
168169
step={1}

0 commit comments

Comments
 (0)