File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed
src/organisms/Calendar/EventsList Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export const EventsList = ({
42
42
] . includes ( type )
43
43
44
44
const dateTextStyle = {
45
- fontSize : '18px ' ,
45
+ fontSize : '14px ' ,
46
46
fontWeight : '700' ,
47
47
color : vars ( 'colors-neutral-white' ) ,
48
48
lineHeight : '100%' ,
@@ -60,10 +60,10 @@ export const EventsList = ({
60
60
< Box className = "eventsList" borderTop = { border } p = "16px" display = "flex" gap = "12px" >
61
61
< Box
62
62
bg = { color }
63
- minW = "108px "
64
- minH = "80px "
65
- maxW = "108px "
66
- maxH = "80px "
63
+ minW = "88px "
64
+ minH = "74px "
65
+ maxW = "88px "
66
+ maxH = "72px "
67
67
borderRadius = "4px"
68
68
p = "8px"
69
69
display = "flex"
@@ -76,15 +76,7 @@ export const EventsList = ({
76
76
< Box as = "span" sx = { dateTextStyle } >
77
77
{ date }
78
78
</ Box >
79
- < Box
80
- as = "span"
81
- fontSize = "14px"
82
- fontWeight = "700"
83
- color = { vars ( 'colors-neutral-white' ) }
84
- lineHeight = "normal"
85
- >
86
- { time }
87
- </ Box >
79
+ < Box sx = { dateTextStyle } > { time } </ Box >
88
80
</ Box >
89
81
90
82
< Box display = "flex" flexDirection = "column" gap = "8px" w = "100%" >
You can’t perform that action at this time.
0 commit comments