fix(SW-872): update border radius

This commit is contained in:
Matilda Landström
2024-12-11 08:36:40 +01:00
parent 674c22c9aa
commit 65e457d57a

View File

@@ -9,7 +9,7 @@
.image { .image {
object-fit: cover; object-fit: cover;
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-Small);
width: 100%; width: 100%;
height: 100%; height: 100%;
max-height: 30vh; max-height: 30vh;