Skip to content

Commit

Permalink
Buttons Large
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrim Jain authored and Agrim Jain committed May 9, 2024
1 parent ba00244 commit 6c6f394
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/SwipeableBottomSheet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const SwipeableBottomSheet: React.FC<SwipeableBottomSheetProps> = ({
{primary_action && (
<Button
color='black'
size='md'
size='lg'
variant='primary'
onClick={primary_action.onClick}
>
Expand All @@ -99,7 +99,7 @@ const SwipeableBottomSheet: React.FC<SwipeableBottomSheetProps> = ({
{secondary_action && (
<Button
color='black'
size='md'
size='lg'
variant='secondary'
onClick={secondary_action.onClick}
>
Expand Down
2 changes: 1 addition & 1 deletion src/features/dashboard/components/AppRegister/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const AppRegister: React.FC<TAppRegisterProps> = ({ submit }) => {
/>
</div>
<div className='app_register_container__fields__button'>
<Button color='coral' size='md' variant='primary' role='submit' disabled={has_error}>
<Button color='coral' size='lg' variant='primary' role='submit' disabled={has_error}>
Register now
</Button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/features/dashboard/components/AppsTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const AppsTableHeader: React.FC<{ is_desktop: boolean }> = ({ is_desktop }) => {
</div>
<Button
color='coral'
size='md'
size='lg'
variant='primary'
role='submit'
iconPosition='start'
Expand Down

0 comments on commit 6c6f394

Please sign in to comment.