Skip to content

Commit 75317a9

Browse files
committed
fix res icon in ConfirmInstallResourceModal
1 parent 2f05803 commit 75317a9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

bun.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/component/modals/ConfirmInstallResourceModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<div class="row align-items-center">
7070
<div class="col-auto">
7171
<div
72-
class="d-flex align-items-center justify-content-center bg-body-secondary rounded border overflow-hidden position-relative"
72+
class="d-flex align-items-center justify-content-center rounded border overflow-hidden position-relative"
7373
style="width: 64px; height: 64px;">
7474
{#if $type === 'ADDON'}
7575
<img

0 commit comments

Comments
 (0)