fix: color contrast
This commit is contained in:
@@ -295,6 +295,7 @@
|
||||
</span>
|
||||
<ButtonSecondary
|
||||
:label="$t('add_new')"
|
||||
outline
|
||||
@click.native="addRequestHeader"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user