Fix alpha badge colors

pull/5370/head
alexcherman 5 years ago
parent e12a04c615
commit b6eb16f85f
  1. 2
      src/app/components/plugin-manager-component.js

@ -97,7 +97,7 @@ class PluginManagerComponent extends ViewPlugin {
let versionWarning
// Alpha
if (api.profile.version && api.profile.version.match(/\b(\w*alpha\w*)\b/g)) {
versionWarning = yo`<small title="Version Alpha" class="${css.versionWarning}">alpha</small>`
versionWarning = yo`<small title="Version Alpha" class="${css.versionWarning} plugin-version">alpha</small>`
}
// Beta
if (api.profile.version && api.profile.version.match(/\b(\w*beta\w*)\b/g)) {

Loading…
Cancel
Save