From 1b3e3d7ca40efab2078509da911588d96276facb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Blanco?= Date: Tue, 14 Jan 2025 14:35:38 -0300 Subject: [PATCH] Remove border-radius customization on site identification step (#98291) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andrés Blanco --- .../steps-repository/site-migration-identify/style.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/client/landing/stepper/declarative-flow/internals/steps-repository/site-migration-identify/style.scss b/client/landing/stepper/declarative-flow/internals/steps-repository/site-migration-identify/style.scss index c1c9df5f98a15..5189a9f89f838 100644 --- a/client/landing/stepper/declarative-flow/internals/steps-repository/site-migration-identify/style.scss +++ b/client/landing/stepper/declarative-flow/internals/steps-repository/site-migration-identify/style.scss @@ -27,7 +27,6 @@ /* stylelint-disable-next-line declaration-property-unit-allowed-list */ line-height: 2rem; color: var(--studio-gray-90); - border-radius: 4px; border-color: var(--studio-gray-10); }