mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
fix: use 'neutral' color for app tiles as in cards
This commit is contained in:
parent
5e86c31501
commit
afac380095
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ async function onSearchSubmit() {
|
|||
<li
|
||||
v-for="app in apps"
|
||||
:key="app.label"
|
||||
class="flex flex-auto border rounded p-4 relative hover:bg-neutral hover:text-neutral-content hover:border-neutral"
|
||||
class="flex flex-auto border border-neutral rounded p-4 relative hover:bg-neutral hover:text-neutral-content"
|
||||
>
|
||||
<img
|
||||
v-if="app.logo"
|
||||
|
|
Loading…
Add table
Reference in a new issue