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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quasar-ui-danx",
3
- "version": "0.2.30",
3
+ "version": "0.2.31",
4
4
  "author": "Dan <dan@flytedesk.com>",
5
5
  "description": "DanX Vue / Quasar component library",
6
6
  "license": "MIT",
@@ -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-neutral-plus-3'" />
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>