diff --git a/src/app/components/plugin-manager-component.js b/src/app/components/plugin-manager-component.js
index cf564ddecc..5400c40d19 100644
--- a/src/app/components/plugin-manager-component.js
+++ b/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`alpha`
+ versionWarning = yo`alpha`
}
// Beta
if (api.profile.version && api.profile.version.match(/\b(\w*beta\w*)\b/g)) {
diff --git a/src/app/tabs/styles/run-tab-styles.js b/src/app/tabs/styles/run-tab-styles.js
index 4efd19fe56..a4c8fe39fc 100644
--- a/src/app/tabs/styles/run-tab-styles.js
+++ b/src/app/tabs/styles/run-tab-styles.js
@@ -120,7 +120,7 @@ var css = csjs`
margin: 0;
min-width: 100px;
width: 100px;
- /* font-size: 10px; */
+ height: 100%;
word-break: inherit;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
@@ -128,10 +128,12 @@ var css = csjs`
}
.atAddressSect {
margin-top: 6px;
+ height: 32px;
}
.atAddressSect input {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
+ height: 100%;
}
.ataddressinput {
padding: .25rem;
diff --git a/src/app/tabs/theme-module.js b/src/app/tabs/theme-module.js
index 65501b7fb3..a4dec2522f 100644
--- a/src/app/tabs/theme-module.js
+++ b/src/app/tabs/theme-module.js
@@ -3,7 +3,7 @@ import { EventEmitter } from 'events'
import * as packageJson from '../../../package.json'
const themes = [
- {name: 'Dark', quality: 'dark', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1572963493/remix-custom-dark.css'},
+ {name: 'Dark', quality: 'dark', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1573140701/remix-dark.css'},
{name: 'Light', quality: 'light', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1572342742/light-theme.css'},
// switching to the url Todo: remove when the theme is ready