Skip to content

Commit f498293

Browse files
committed
chore: change style of dialog buttons
1 parent ae845e5 commit f498293

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/app/[locale]/(main)/(container)/cart/components/Header.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ const Header = () => {
6666
isLoading: emptyCartLoading,
6767
variant: 'contained',
6868
color: 'primary',
69+
fullWidth: true,
70+
size: 'large',
6971
},
7072
]}
7173
>

src/components/Dialog/hooks/useNewDialog.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ const useNewDialog: IUseNewDialog = () => {
2828
variant: 'outlined',
2929
color: 'inherit',
3030
onClick: handleCloseDialog,
31+
fullWidth: true,
32+
size: 'large',
3133
};
3234

3335
return { open, handleOpenDialog, handleCloseDialog, returnButton };

0 commit comments

Comments
 (0)