Skip to content

Commit

Permalink
Merge pull request #9134 from Jarsen136/issue-9130
Browse files Browse the repository at this point in the history
fix: Small things in the hover card
  • Loading branch information
yangwao authored Jan 25, 2024
2 parents 058a895 + ad77a7d commit 88d57e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/base/MediaItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</div>
<div
v-if="isInteractive"
class="bg-k-shade border-k-grey flex items-center justify-center border rounded-full absolute right-3 top-3 image is-24x24">
class="bg-k-shade border-k-grey text-text-color flex items-center justify-center border rounded-full absolute right-3 top-3 image is-24x24">
<NeoIcon icon="code" pack="far" class="text-xs font-medium" />
</div>
<NeoButton
Expand Down
4 changes: 2 additions & 2 deletions components/rmrk/Gallery/GalleryCard.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<template>
<div class="card nft-card">
<div class="card nft-card rounded-none">
<LinkResolver
class="nft-card__skeleton"
:route="route"
:link="link"
:param="id"
tag="a">
<div class="card-image">
<div class="card-image border border-k-grey">
<span v-if="emoteCount" class="card-image__emotes">
<NeoIcon icon="heart" />
<span class="card-image__emotes__count">{{ emoteCount }}</span>
Expand Down

0 comments on commit 88d57e3

Please sign in to comment.