Skip to content

Commit

Permalink
fix(nuxt-admin): fix dark mode avatar border
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Feb 25, 2023
1 parent 943d276 commit 2161e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starter/nuxt-admin/components/Dashboard/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ const statusColor: Record<string, string> = {
:alt="user.name"
width="32"
height="32"
class="border-4 border-white w-8 h-8"
class="border-4 border-white dark:border-neutral-700 w-8 h-8"
/>
</div>
</template>
Expand Down

0 comments on commit 2161e7c

Please sign in to comment.