From 3e6ee68ea8522a4694d419394376ef26d2bbf59a Mon Sep 17 00:00:00 2001 From: Weckr Stephane Date: Tue, 29 Oct 2024 14:47:44 +0100 Subject: [PATCH] add 1px for price-tag before --- packages/styles/framework/src/components/_price.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/styles/framework/src/components/_price.scss b/packages/styles/framework/src/components/_price.scss index 8ae8f438..f188a438 100644 --- a/packages/styles/framework/src/components/_price.scss +++ b/packages/styles/framework/src/components/_price.scss @@ -171,7 +171,7 @@ $price-levels: ( right: 0; border-top: 2px solid; border-color: getColor('neutral'); - border-radius: 5px; + border-radius: 6px; transform: rotate(-20deg); }