Skip to content

Commit a273aa4

Browse files
committed
normalize framework icon size in onboarding card
1 parent 49a19c9 commit a273aa4

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)