Skip to content

Commit

Permalink
clients/web: polish subs view
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Aug 2, 2024
1 parent cbc6876 commit d3de123
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function ClientPage() {
className="flex w-full flex-row items-center justify-between"
href={`/purchases/subscriptions/${order.id}`}
>
<ListItem className="w-full">
<ListItem className="dark:hover:bg-polar-800 dark:bg-polar-900 w-full bg-white">
<SubscriptionItem subscription={order} />
</ListItem>
</Link>
Expand Down

0 comments on commit d3de123

Please sign in to comment.