File tree Expand file tree Collapse file tree
src/frontend/src/pages/SettingsPage/UserScheduleSettings/Availability Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,11 +137,10 @@ const EditAvailability: React.FC<EditAvailabilityProps> = ({
137137 widthOverride = "106px"
138138 heightOverride = "50px"
139139 text = {
140- < Typography >
140+ < Typography fontSize = "15px" fontWeight = "bold" >
141141 { getDayOfWeek ( availability . dateSet ) } < br /> { datePipe ( availability . dateSet ) }
142142 </ Typography >
143143 }
144- fontSize = { '12px' }
145144 />
146145 ) ) }
147146 { enumToArray ( REVIEW_TIMES ) . map ( ( time , timeIndex ) => (
@@ -151,7 +150,7 @@ const EditAvailability: React.FC<EditAvailabilityProps> = ({
151150 widthOverride = "106px"
152151 heightOverride = "32px"
153152 text = { time }
154- fontSize = { '13px ' }
153+ fontSize = { '15px ' }
155154 />
156155 { currentlyDisplayedAvailabilities . map ( ( availability , dayIndex ) => {
157156 const backgroundColor = availability . availability . includes ( timeIndex ) ? HeatmapColors [ 3 ] : HeatmapColors [ 0 ] ;
You can’t perform that action at this time.
0 commit comments