From 15091e48fcb8a90bc7ef812ffcca1bb9d89f2b1b Mon Sep 17 00:00:00 2001 From: Andrey Morozov Date: Mon, 17 Jun 2024 18:09:55 +0300 Subject: [PATCH] fix: fix TextInput sandbox in Safari --- src/content/components/uikit/TextInput/TextInputComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/components/uikit/TextInput/TextInputComponent.tsx b/src/content/components/uikit/TextInput/TextInputComponent.tsx index ab32d86b659..892b0fac45a 100644 --- a/src/content/components/uikit/TextInput/TextInputComponent.tsx +++ b/src/content/components/uikit/TextInput/TextInputComponent.tsx @@ -3,7 +3,7 @@ import React from 'react'; export const TextInputComponent = (props: TextInputProps) => { return ( -
+
);