fix: minor color scheme inconsistencies

This commit is contained in:
liyasthomas
2021-07-25 16:23:29 +05:30
parent 56c2e1094d
commit 3862a926ab
32 changed files with 66 additions and 37 deletions

View File

@@ -251,6 +251,7 @@
: 'check_box_outline_blank'
: 'check_box'
"
color="green"
@click.native="
$store.commit('setActiveGQLHeader', {
index,
@@ -266,6 +267,7 @@
v-tippy="{ theme: 'tooltip' }"
:title="$t('delete')"
icon="delete"
color="red"
@click.native="removeRequestHeader(index)"
/>
</div>

View File

@@ -326,6 +326,7 @@
v-tippy="{ theme: 'tooltip' }"
:title="$t('delete')"
icon="delete"
color="red"
/>
</div>
</div>