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

@@ -27,6 +27,7 @@
py-3
px-4
focus:outline-none
select
"
@change="updateSelectedTeam(myTeams[$event.target.value])"
>

View File

@@ -88,6 +88,7 @@
/>
<SmartItem
icon="delete"
color="red"
:label="$t('delete')"
@click.native="
confirmRemove = true

View File

@@ -84,6 +84,7 @@
/>
<SmartItem
icon="delete"
color="red"
:label="$t('delete')"
@click.native="
confirmRemove = true

View File

@@ -80,6 +80,7 @@
/>
<SmartItem
icon="delete"
color="red"
:label="$t('delete')"
@click.native="
confirmRemove = true

View File

@@ -47,6 +47,7 @@
v-tippy="{ theme: 'tooltip' }"
:title="$t('import')"
icon="check_box_outline_blank"
color="green"
@click.native="$emit('select-collection')"
/>
<ButtonSecondary
@@ -104,6 +105,7 @@
/>
<SmartItem
icon="delete"
color="red"
:label="$t('delete')"
@click.native="
confirmRemove = true

View File

@@ -89,6 +89,7 @@
/>
<SmartItem
icon="delete"
color="red"
:label="$t('delete')"
@click.native="
confirmRemove = true

View File

@@ -91,6 +91,7 @@
/>
<SmartItem
icon="delete"
color="red"
:label="$t('delete')"
@click.native="
confirmRemove = true

View File

@@ -39,6 +39,7 @@
v-tippy="{ theme: 'tooltip' }"
:title="$t('import')"
icon="check_box_outline_blank"
color="green"
@click.native="$emit('select-collection')"
/>
<ButtonSecondary
@@ -101,6 +102,7 @@
<SmartItem
v-if="collectionsType.selectedTeam.myRole !== 'VIEWER'"
icon="delete"
color="red"
:label="$t('delete')"
@click.native="
confirmRemove = true

View File

@@ -86,6 +86,7 @@
<SmartItem
v-if="collectionsType.selectedTeam.myRole !== 'VIEWER'"
icon="delete"
color="red"
:label="$t('delete')"
@click.native="
confirmRemove = true

View File

@@ -84,6 +84,7 @@
/>
<SmartItem
icon="delete"
color="red"
:label="$t('delete')"
@click.native="
confirmRemove = true