From b34f429f37e45b549061dea602116e7f09c7a18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3za=20Nagy?= Date: Tue, 2 Jan 2024 20:37:07 +0700 Subject: [PATCH] change width of wallet button --- src/styles/button-theme.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/button-theme.ts b/src/styles/button-theme.ts index 339e6aa6..d429c225 100644 --- a/src/styles/button-theme.ts +++ b/src/styles/button-theme.ts @@ -72,6 +72,9 @@ const company = defineStyle({ }); const wallet = defineStyle({ + p: '10px', + h: '50px', + w: '275px', bgGradient: 'linear(to-b, background.content.01, background.content.02)', border: '0.5px solid', borderColor: 'border.white.01',