Simplify page and card surfaces
This commit is contained in:
@@ -151,7 +151,7 @@ function userInitials(fullName: string) {
|
||||
v-for="user in filteredUsers"
|
||||
:key="user.id"
|
||||
:to="`/clients/${user.id}`"
|
||||
class="surface-card flex min-h-[280px] flex-col rounded-[32px] p-6"
|
||||
class="surface-card surface-card-interactive flex min-h-[280px] flex-col rounded-[32px] p-6"
|
||||
>
|
||||
<div class="flex justify-center">
|
||||
<img
|
||||
@@ -189,7 +189,7 @@ function userInitials(fullName: string) {
|
||||
v-for="request in filteredRequests"
|
||||
:key="request.id"
|
||||
:to="`/clients/${request.id}?tab=requests`"
|
||||
class="surface-card rounded-3xl p-5"
|
||||
class="surface-card surface-card-interactive rounded-3xl p-5"
|
||||
>
|
||||
<div class="flex items-start justify-between gap-3">
|
||||
<div class="space-y-1">
|
||||
|
||||
Reference in New Issue
Block a user