From 333a4bddd74fb211a677cfcdcd4752b1f465b25e Mon Sep 17 00:00:00 2001 From: 01zulfi <85733202+01zulfi@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:21:30 +0500 Subject: [PATCH] web: define & use new button variants Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> --- apps/web/src/app.css | 4 ++ .../src/components/auth-container/index.jsx | 8 +--- apps/web/src/views/auth.tsx | 30 ++---------- packages/theme/src/theme/variants/button.ts | 46 +++++++++++++++++++ 4 files changed, 56 insertions(+), 32 deletions(-) diff --git a/apps/web/src/app.css b/apps/web/src/app.css index 1c132f0c5..dccdaa67b 100644 --- a/apps/web/src/app.css +++ b/apps/web/src/app.css @@ -248,3 +248,7 @@ kbd { opacity: 1; } } + +button { + line-height: 100%; +} diff --git a/apps/web/src/components/auth-container/index.jsx b/apps/web/src/components/auth-container/index.jsx index 1e10151f5..5e3ef463f 100644 --- a/apps/web/src/components/auth-container/index.jsx +++ b/apps/web/src/components/auth-container/index.jsx @@ -152,14 +152,8 @@ function AuthContainer(props) { }} > diff --git a/apps/web/src/views/auth.tsx b/apps/web/src/views/auth.tsx index d533cd354..ba9b64a3e 100644 --- a/apps/web/src/views/auth.tsx +++ b/apps/web/src/views/auth.tsx @@ -285,7 +285,7 @@ function Login(props: BaseAuthComponentProps<"login">) {