Make app button shadow inner

This commit is contained in:
Sam Carlton 2020-12-10 23:57:57 -06:00
parent 49411a4158
commit 7474465bb1

View file

@ -39,6 +39,9 @@
:class="[
'inline-block text-xs rounded-lg py-1 px-2',
]"
:class-groups="{
shadow: 'neumorphic-shadow-inner'
}"
>{{ app.name }}</LinkButton>
</div>
</div>