Skip to content

Commit d7e2f39

Browse files
authored
Merge pull request #2197 from appwrite/fix-SER-168-left-icon-small-onboarding
2 parents 49a19c9 + a273aa4 commit d7e2f39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/routes/(console)/project-[region]-[project]/overview/platforms/components/OnboardingPlatformCard.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
height: var(--icon-size);
5050
color: var(--icon-color);
5151
}
52+
53+
& :global(img) {
54+
inline-size: var(--icon-size) !important;
55+
}
5256
}
5357
5458
:global(.theme-dark) {

0 commit comments

Comments
 (0)