Skip to content

Commit 6bad040

Browse files
committed
chore: design QA applied
1 parent 581c220 commit 6bad040

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/platform/assets/components/MediaAssetCard.vue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
:tabindex="loading ? -1 : 0"
1414
:class="
1515
cn(
16-
'flex flex-col overflow-hidden aspect-[100/120] cursor-pointer p-2 transition-colors duration-200 rounded-lg',
17-
'gap-1 select-none group',
16+
'flex flex-col overflow-hidden cursor-pointer p-2 transition-colors duration-200 rounded-lg',
17+
'gap-2 select-none group',
1818
selected
1919
? 'ring-3 ring-inset ring-modal-card-border-highlighted'
2020
: 'hover:bg-modal-card-background-hovered'
@@ -51,16 +51,18 @@
5151
v-if="showActionsOverlay"
5252
class="absolute top-2 left-2 flex flex-wrap justify-start gap-2"
5353
>
54-
<IconGroup>
54+
<IconGroup class="!bg-white">
5555
<Button
5656
size="icon"
57+
class="!bg-white !text-gray-600"
5758
:aria-label="$t('mediaAsset.actions.zoom')"
5859
@click.stop="handleZoomClick"
5960
>
6061
<i class="icon-[lucide--zoom-in] size-4" />
6162
</Button>
6263
<Button
6364
size="icon"
65+
class="!bg-white !text-gray-600"
6466
:aria-label="$t('mediaAsset.actions.moreOptions')"
6567
@click.stop="handleContextMenu"
6668
>

0 commit comments

Comments
 (0)