Skip to content

Commit 5025305

Browse files
authored
[polaris.shopify.com] Fix component grid radius (#7921)
Before: <img width="579" alt="image" src="https://user-images.githubusercontent.com/875708/207899582-b41b89f9-4272-4904-88d0-4480f29a8568.png"> After: <img width="577" alt="image" src="https://user-images.githubusercontent.com/875708/207899656-dbafa74e-2394-421c-abb6-82310e0bfe17.png">
1 parent 28a67fe commit 5025305

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/polite-files-warn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'polaris.shopify.com': patch
3+
---
4+
5+
Fixed border radius of component images in the overview page.

polaris.shopify.com/src/components/Grid/Grid.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
overflow: hidden;
3838
margin-bottom: 1rem;
3939
border-radius: var(--border-radius-600);
40+
41+
img {
42+
display: block;
43+
}
4044
}
4145

4246
.DeepLinks {

0 commit comments

Comments
 (0)