Skip to content

Commit

Permalink
chore: added border in MyToast
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Jun 4, 2024
1 parent 0b89d0c commit bff2ce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function Footer() {
iconColor: 'red.600',
bgColor: 'red.50',
position: 'bottom',
color: 'red.600',
color: '#C53030',
width: 'auto',
align: 'center',
fntSize: 'sm',
Expand All @@ -38,7 +38,7 @@ export function Footer() {
iconColor: 'green.800',
bgColor: '#EAFFE5',
position: 'bottom',
color: 'green.800',
color: '#22543D',
width: 'auto',
align: 'center',
fntSize: 'sm',
Expand Down
1 change: 1 addition & 0 deletions src/hooks/useMyToast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export function useMyToast() {
p={padding}
bg={bgColor}
rounded='lg'
border={`1px solid ${color}`}
boxShadow='md'
mt={marginT}
>
Expand Down

0 comments on commit bff2ce8

Please sign in to comment.