diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index a0db45b..a22a466 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -58,6 +58,9 @@ display: flex; height: 100%; } +.figure--product-images-pdp .thumbImg--product-images-pdp { + border-radius: 8px; +} .productImage .productImageTag--main { object-fit: fill !important; diff --git a/styles/sass/pages/product/vtex.store-components.scss b/styles/sass/pages/product/vtex.store-components.scss index ad47898..6f5cb26 100644 --- a/styles/sass/pages/product/vtex.store-components.scss +++ b/styles/sass/pages/product/vtex.store-components.scss @@ -5,6 +5,10 @@ .figure--product-images-pdp{ display: flex; height: 100%; + + .thumbImg--product-images-pdp{ + border-radius: 8px; + } } .productImage{