Fix button style

This commit is contained in:
Mehdi Benadel
2024-05-23 16:02:11 +02:00
parent fb3a5d26aa
commit 0491539dfd
2 changed files with 3 additions and 3 deletions

View File

@ -340,7 +340,7 @@ export class ChannelConfigurationElement extends LitElement {
: ''
}
<div class="form-group mt-5">
<button type="button" class="orange-button" @click=${this._saveConfig}>${ptTr(LOC_SAVE)}</button>
<button type="button" class="peertube-button-link orange-button" @click=${this._saveConfig}>${ptTr(LOC_SAVE)}</button>
</div>
${(this._formStatus && this._formStatus.success === undefined) ?
html`<div class="alert alert-warning" role="alert">