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> </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>