Use small (thicker) plus icon on journal view

This commit is contained in:
RunasSudo 2024-11-22 18:55:24 +11:00
parent 03897430aa
commit 40945def3e
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A

View File

@ -63,7 +63,8 @@
import dayjs from 'dayjs';
import { PencilIcon, PlusIcon } from '@heroicons/vue/24/outline';
import { PencilIcon } from '@heroicons/vue/24/outline';
import { PlusIcon } from '@heroicons/vue/16/solid';
import { onUnmounted, ref, watch } from 'vue';