Commit d71422e Daniel Montoya
committed
1 parent 79c0427 commit d71422e Copy full SHA for d71422e
File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -35,22 +35,24 @@ export function ModalAlert({
35
35
>
36
36
< ModalOverlay />
37
37
< ModalContent >
38
- < Box alignItems = "center" justifyContent = "center" textAlign = "center" py = { 8 } >
38
+ < Box alignItems = "center" justifyContent = "center" textAlign = "center" py = "2rem" >
39
39
< Box display = "flex" justifyContent = "center" >
40
40
{ alertStates [ typeAlert ] . icon }
41
41
</ Box >
42
- < ModalHeader > { title } </ ModalHeader >
43
- < ModalBody > { description } </ ModalBody >
42
+ < ModalHeader py = "1rem" > { title } </ ModalHeader >
43
+ < ModalBody py = "0.5rem" px = "2rem" >
44
+ { description }
45
+ </ ModalBody >
44
46
</ Box >
45
- < Divider colorScheme = "E6E6E6" size = "2" opacity = "1" />
47
+ < Divider colorScheme = "# E6E6E6" size = "2" opacity = "1" />
46
48
< ModalFooter justifyContent = "center" padding = "0" >
47
49
{ optionsButton . map ( ( option , index ) => {
48
50
return (
49
51
< Box
50
52
key = { index }
51
53
width = "99%"
52
54
textAlign = "center"
53
- padding = "4 "
55
+ padding = "1rem "
54
56
borderLeftWidth = { showBorder && option . id === optionsButton [ 1 ] . id ? '1px' : '0' }
55
57
borderLeftColor = "#E6E6E6"
56
58
>
You can’t perform that action at this time.
0 commit comments