We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f43b37 commit 72115cdCopy full SHA for 72115cd
storage/framework/defaults/components/Dashboard/Email/EmailSidebar.vue
@@ -62,7 +62,7 @@ const getUnreadCount = (folderId: string): number => {
62
@click="startCompose"
63
class="w-full flex items-center justify-center rounded-md bg-blue-600 px-3 py-3 text-center text-sm text-white font-semibold shadow-sm hover:bg-blue-500"
64
>
65
- <i class="i-hugeicons-plus-sign text-lg mr-2" :class="{ 'mr-0': !sidebarOpen }"></i>
+ <i class="i-hugeicons-plus-sign text-lg" :class="{ 'mr-2': sidebarOpen, 'mr-0': !sidebarOpen }"></i>
66
<span v-if="sidebarOpen">Compose</span>
67
</button>
68
</div>
0 commit comments