diff options
Diffstat (limited to 'src/components/header/ProfileOrLogin.tsx')
| -rw-r--r-- | src/components/header/ProfileOrLogin.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/header/ProfileOrLogin.tsx b/src/components/header/ProfileOrLogin.tsx index 874e0fc..416418b 100644 --- a/src/components/header/ProfileOrLogin.tsx +++ b/src/components/header/ProfileOrLogin.tsx @@ -13,7 +13,9 @@ export function ProfileOrLogin() { return ( <Dialog> <DialogTrigger asChild> - <Button className="py-2.5 px-3.75">ВОЙТИ</Button> + <Button className="py-2.5 px-3.75 gap-10 w-21.75 h-10.5"> + ВОЙТИ + </Button> </DialogTrigger> <AuthDialog /> </Dialog> |
