mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Make app button shadow inner
This commit is contained in:
parent
49411a4158
commit
7474465bb1
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,9 @@
|
||||||
:class="[
|
:class="[
|
||||||
'inline-block text-xs rounded-lg py-1 px-2',
|
'inline-block text-xs rounded-lg py-1 px-2',
|
||||||
]"
|
]"
|
||||||
|
:class-groups="{
|
||||||
|
shadow: 'neumorphic-shadow-inner'
|
||||||
|
}"
|
||||||
>{{ app.name }}</LinkButton>
|
>{{ app.name }}</LinkButton>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue