@@ -70,18 +70,18 @@ const DesktopCalendarEventPopover = (props: Props) => {
7070 </ HoverCard . Arrow >
7171 < Box >
7272 < Link
73- color = "white "
73+ color = "fg "
7474 fontSize = "14px"
7575 mb = "7px"
7676 href = { `${ ROUTES . SHOW } /${ showId } ` }
7777 onClick = { handleClickTitle }
7878 >
7979 < Text lineClamp = { 1 } > { showName } </ Text >
8080 </ Link >
81- < Text color = "white " fontSize = "lg" fontWeight = "600" mb = "3px" >
81+ < Text color = "fg " fontSize = "lg" fontWeight = "600" mb = "3px" >
8282 { seasonAndEpisodeNumbersFull }
8383 </ Text >
84- < Text color = "white " fontSize = "sm" fontStyle = "italic" mb = "8px" >
84+ < Text color = "fg " fontSize = "sm" fontStyle = "italic" mb = "8px" >
8585 { ! isMulipleEvent && episodeName }
8686 </ Text >
8787
@@ -93,9 +93,9 @@ const DesktopCalendarEventPopover = (props: Props) => {
9393 alignSelf = "center"
9494 as = { TbBoxMultiple }
9595 boxSize = "14px"
96- color = "white "
96+ color = "fg "
9797 />
98- < Text color = "white " fontSize = "13px" fontWeight = "500" >
98+ < Text color = "fg " fontSize = "13px" fontWeight = "500" >
9999 { `${ multipleEventSpanAmount } episodes` }
100100 </ Text >
101101 </ Flex >
@@ -106,9 +106,9 @@ const DesktopCalendarEventPopover = (props: Props) => {
106106 alignSelf = "center"
107107 as = { HiOutlineVideoCamera }
108108 boxSize = "14px"
109- color = "white "
109+ color = "fg "
110110 />
111- < Text color = "white " fontSize = "13px" fontWeight = "500" >
111+ < Text color = "fg " fontSize = "13px" fontWeight = "500" >
112112 { network }
113113 </ Text >
114114 </ Flex >
@@ -119,9 +119,9 @@ const DesktopCalendarEventPopover = (props: Props) => {
119119 alignSelf = "center"
120120 as = { IoIosTimer }
121121 boxSize = "14px"
122- color = "white "
122+ color = "fg "
123123 />
124- < Text color = "white " fontSize = "13px" fontWeight = "500" >
124+ < Text color = "fg " fontSize = "13px" fontWeight = "500" >
125125 { runtime } mins
126126 </ Text >
127127 </ Flex >
@@ -130,7 +130,7 @@ const DesktopCalendarEventPopover = (props: Props) => {
130130 ) : null }
131131
132132 { overview && ! isMulipleEvent && (
133- < Text color = "white " fontSize = "sm" mt = "9px" >
133+ < Text color = "fg " fontSize = "sm" mt = "9px" >
134134 { overview }
135135 </ Text >
136136 ) }
0 commit comments