Commit f85773a8 authored by alexcherman's avatar alexcherman

Fix alpha badge colors

parent eb918678
...@@ -97,7 +97,7 @@ class PluginManagerComponent extends ViewPlugin { ...@@ -97,7 +97,7 @@ class PluginManagerComponent extends ViewPlugin {
let versionWarning let versionWarning
// Alpha // Alpha
if (api.profile.version && api.profile.version.match(/\b(\w*alpha\w*)\b/g)) { 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 // Beta
if (api.profile.version && api.profile.version.match(/\b(\w*beta\w*)\b/g)) { if (api.profile.version && api.profile.version.match(/\b(\w*beta\w*)\b/g)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment