quasar-ui-danx 0.2.30 → 0.2.31
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
<HiddenIcon v-else class="w-4 text-zinc-800" />
|
14
14
|
</a>
|
15
15
|
<a class="py-2 px-1" @click="$emit('is-title', !isTitle)">
|
16
|
-
<IsTitleIcon class="w-4" :class="isTitle ? '' : 'text-
|
16
|
+
<IsTitleIcon class="w-4" :class="isTitle ? '' : 'text-gray-400'" />
|
17
17
|
<QTooltip>
|
18
18
|
<template v-if="!isTitle">Add to priority list</template>
|
19
19
|
<template v-else>Remove from priority list</template>
|