Space for tabs

This commit is contained in:
Sidharth Vinod
2021-05-23 00:38:10 +05:30
parent 91e6201292
commit f254912063
+2 -1
View File
@@ -47,7 +47,8 @@
? 'text-indigo-500 bg-white border-white'
: 'text-white bg-indigo-500 border-indigo-500 hover:bg-indigo-600'}"
on:click|stopPropagation={() => toggleTabs(tab)}>
<i class={tab.icon} />{tab.title}
<i class={tab.icon} />
{tab.title}
</div>
</li>
{/each}