From ffa2d184589591909f8a3d94ae68da7838dd04e5 Mon Sep 17 00:00:00 2001 From: Gerardo Date: Mon, 8 Apr 2024 12:43:11 +0200 Subject: [PATCH] Mobile - Error Boundary - Remove usage of deprecated SASS syntax --- packages/editor/src/components/error-boundary/style.native.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/src/components/error-boundary/style.native.scss b/packages/editor/src/components/error-boundary/style.native.scss index f3f26ba4c0b200..1ff5c1799915d6 100644 --- a/packages/editor/src/components/error-boundary/style.native.scss +++ b/packages/editor/src/components/error-boundary/style.native.scss @@ -28,7 +28,7 @@ justify-content: center; margin-bottom: 8px; background-color: rgba(60, 60, 67, 0.3); - border-radius: $size/2; + border-radius: 20px; } .error-boundary__icon-container--dark {