Fix #378: alert message not visible with dark theme when using external login.
This commit is contained in:
@ -178,7 +178,7 @@ export const tplExternalLoginModal = (el, o) => {
|
||||
}
|
||||
${!o.remote_peertube_try_anyway_url
|
||||
? ''
|
||||
: html`<div class="form-text">
|
||||
: html`<div>
|
||||
${
|
||||
// eslint-disable-next-line no-undef
|
||||
__(LOC_login_remote_peertube_video_not_found_try_anyway)
|
||||
|
Reference in New Issue
Block a user