mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Add dark variant of icons and use that on dashboard.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<template #avatar>
|
||||
<div
|
||||
class="note-item"
|
||||
:class="{ 'icon-pinned': item.pinned, 'note-item-no-pinned': !hasPinned }"
|
||||
:class="{ 'dashboard-pinned-icon': item.pinned, 'note-item-no-pinned': !hasPinned }"
|
||||
/>
|
||||
</template>
|
||||
</DashboardWidgetItem>
|
||||
|
||||
Reference in New Issue
Block a user