Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 080e620

Browse files
committed
fix: button design
1 parent ece7c6b commit 080e620

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/features/dashboard/register-app/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ const AppRegistration = () => {
4949
role='submit'
5050
disabled={is_loading}
5151
style={{
52-
borderRadius: '1rem',
52+
borderRadius: '0.935rem',
5353
}}
54+
size='large'
5455
>
5556
Register Application
5657
</Button>

0 commit comments

Comments
 (0)