mirror of
https://codeberg.org/emersion/gamja.git
synced 2025-03-29 23:19:41 -04:00
Make "Remove network" button red
This commit is contained in:
parent
4249da4ba8
commit
56c18e3810
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue