File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
src/organisms/Events/TypeBox Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -54,18 +54,26 @@ export const LargeBox: FC<ItemsEventsProps> = ({
54
54
< Box
55
55
width = "inherit"
56
56
height = "100%"
57
- padding = "4 "
57
+ padding = "16px "
58
58
color = "#555555"
59
59
gap = "16px"
60
60
display = "grid"
61
61
>
62
- < Text fontWeight = "700" > { eventTitle } </ Text >
62
+ < Text fontWeight = "700" m = "0px" p = "0px" >
63
+ { eventTitle }
64
+ </ Text >
63
65
< Box display = "flex" alignItems = "center" gap = "4px" >
64
66
< Calendar color = { vars ( 'colors-main-ziggurat' ) } />
65
- < Text fontWeight = "400" > { startDate } </ Text >
66
- < Text color = { vars ( 'borders-light' ) } > |</ Text >
67
+ < Text fontWeight = "400" m = "0px" p = "0px" >
68
+ { startDate }
69
+ </ Text >
70
+ < Text color = { vars ( 'borders-light' ) } m = "0px" p = "0px" >
71
+ |
72
+ </ Text >
67
73
< Clock color = { vars ( 'colors-main-ziggurat' ) } />
68
- < Text > { startTime } </ Text >
74
+ < Text m = "0px" p = "0px" >
75
+ { startTime }
76
+ </ Text >
69
77
</ Box >
70
78
</ Box >
71
79
< Box
You can’t perform that action at this time.
0 commit comments