Remove Append

This commit is contained in:
Nathan Bierema 2021-10-21 15:45:20 -04:00
parent 511e76ca4c
commit 4273db8a52

View File

@ -183,11 +183,9 @@ class DemoApp extends React.Component<Props> {
/>
))}
</FormControl>
<InputGroup.Append>
<a onClick={this.toggleTheme} style={styles.link}>
{options.dark ? 'Light theme' : 'Dark theme'}
</a>
</InputGroup.Append>
</InputGroup>
</Col>
</FormGroup>