diff --git a/apps/remix-ide/src/app/components/plugin-manager-component.js b/apps/remix-ide/src/app/components/plugin-manager-component.js index 5377e231fe..a048b76209 100644 --- a/apps/remix-ide/src/app/components/plugin-manager-component.js +++ b/apps/remix-ide/src/app/components/plugin-manager-component.js @@ -31,6 +31,11 @@ const css = csjs` align-items: center; justify-content: space-between; } + .pluginIcon { + height: 0.7rem; + width: 0.7rem; + filter: invert(0.5); + } .description { font-size: 13px; line-height: 18px; @@ -123,15 +128,18 @@ class PluginManagerComponent extends ViewPlugin { ` return yo` -
+
${displayName} ${versionWarning} + ${activationButton}
- ${activationButton}
-

${profile.description}

+
+ + ${profile.description} +
` }