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 = ({
4242 ] . includes ( type )
4343
4444 const dateTextStyle = {
45- fontSize : '18px ' ,
45+ fontSize : '14px ' ,
4646 fontWeight : '700' ,
4747 color : vars ( 'colors-neutral-white' ) ,
4848 lineHeight : '100%' ,
@@ -60,10 +60,10 @@ export const EventsList = ({
6060 < Box className = "eventsList" borderTop = { border } p = "16px" display = "flex" gap = "12px" >
6161 < Box
6262 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 "
6767 borderRadius = "4px"
6868 p = "8px"
6969 display = "flex"
@@ -76,15 +76,7 @@ export const EventsList = ({
7676 < Box as = "span" sx = { dateTextStyle } >
7777 { date }
7878 </ 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 >
8880 </ Box >
8981
9082 < Box display = "flex" flexDirection = "column" gap = "8px" w = "100%" >
You can’t perform that action at this time.
0 commit comments