From a2463b9a82347bbebf2df834804c227ed367ebcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Thu, 5 Mar 2026 12:15:41 +0100 Subject: [PATCH] nicolium: WHY MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/nicolium/src/components/ui/button/index.tsx | 1 - .../nicolium/src/features/auth-login/components/login-form.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/nicolium/src/components/ui/button/index.tsx b/packages/nicolium/src/components/ui/button/index.tsx index 8ebd0f180..4a9fca70e 100644 --- a/packages/nicolium/src/components/ui/button/index.tsx +++ b/packages/nicolium/src/components/ui/button/index.tsx @@ -111,7 +111,6 @@ const Button = React.forwardRef( to={props.to} params={props.params} search={props.search} - tabIndex={-1} > {buttonChildren} diff --git a/packages/nicolium/src/features/auth-login/components/login-form.tsx b/packages/nicolium/src/features/auth-login/components/login-form.tsx index 15630e9ee..95d440a4c 100644 --- a/packages/nicolium/src/features/auth-login/components/login-form.tsx +++ b/packages/nicolium/src/features/auth-login/components/login-form.tsx @@ -55,7 +55,7 @@ const LoginForm: React.FC = ({ isLoading, handleSubmit }) => { + }