Skip to content

Commit

Permalink
add background color to user cards
Browse files Browse the repository at this point in the history
  • Loading branch information
metkm committed Jul 24, 2022
1 parent ea8d540 commit 077a08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/User.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const openLink = () => {

<template>
<a @click="openLink" target="_blank"
class="flex flex-col shadow-md dark:bg-neutral-900 p-1 rounded-md">
class="flex flex-col shadow-md dark:bg-neutral-900 bg-neutral-50 p-1 rounded-md">
<img :src="userDetails.cover.url" class="flex h-10 object-cover rounded-md" />

<div class="flex px-2 gap-1 -mt-3">
Expand Down

0 comments on commit 077a08f

Please sign in to comment.