mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-12 23:43:42 +01:00
Make "Remove network" button red
This commit is contained in:
parent
4249da4ba8
commit
56c18e3810
@ -61,7 +61,7 @@ export default class NetworkForm extends Component {
|
||||
let removeNetwork = null;
|
||||
if (!this.state.isNew) {
|
||||
removeNetwork = html`
|
||||
<button type="button" onClick=${() => this.props.onRemove()}>
|
||||
<button type="button" class="danger" onClick=${() => this.props.onRemove()}>
|
||||
Remove network
|
||||
</button>
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user