mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Remove Append
This commit is contained in:
parent
511e76ca4c
commit
4273db8a52
|
@ -183,11 +183,9 @@ class DemoApp extends React.Component<Props> {
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<InputGroup.Append>
|
<a onClick={this.toggleTheme} style={styles.link}>
|
||||||
<a onClick={this.toggleTheme} style={styles.link}>
|
{options.dark ? 'Light theme' : 'Dark theme'}
|
||||||
{options.dark ? 'Light theme' : 'Dark theme'}
|
</a>
|
||||||
</a>
|
|
||||||
</InputGroup.Append>
|
|
||||||
</InputGroup>
|
</InputGroup>
|
||||||
</Col>
|
</Col>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user