fix: color contrast

This commit is contained in:
liyasthomas
2021-08-01 23:03:54 +05:30
parent fd3b5ecf08
commit 2ee65e69dc
28 changed files with 112 additions and 89 deletions

View File

@@ -295,6 +295,7 @@
</span>
<ButtonSecondary
:label="$t('add_new')"
outline
@click.native="addRequestHeader"
/>
</div>

View File

@@ -316,6 +316,7 @@
v-tippy="{ theme: 'tooltip' }"
:title="$t('reset_default')"
:icon="clearIcon"
outline
@click.native="resetProxy"
/>
</div>
@@ -396,7 +397,7 @@ export default defineComponent({
showLogin: false,
active: getLocalConfig("THEME_COLOR") || "indigo",
active: getLocalConfig("THEME_COLOR") || "green",
confirmRemove: false,
}
},