Skip to content

Commit

Permalink
fix: membership card color
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Sep 24, 2023
1 parent 7f19290 commit f902375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/app/home/membership-card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const membershipGradient: Record<Exclude<User['memberType'], null>, string> = {

<f7Card v-else-if="user" class="m-0!">
<f7CardContent class="h-45 rounded-[16px]" valign="top" :class="membershipGradient[user.memberType!]">
<div class="flex flex-col w-full h-full">
<div class="flex flex-col w-full h-full text-white dark:text-inherit">
<div class="flex flex-col flex-1">
<span class="font-bold text-3xl">
{{ user.name }}
Expand Down

0 comments on commit f902375

Please # to comment.