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 @@ -129,13 +129,13 @@ const EditAvailability: React.FC<EditAvailabilityProps> = ({
129129 Invert Availability
130130 </ NERButton >
131131 </ Grid >
132- < TimeSlot backgroundColor = { HeatmapColors [ 0 ] } widthOverride = "106px" heightOverride = "px " />
132+ < TimeSlot backgroundColor = { HeatmapColors [ 0 ] } widthOverride = "106px" heightOverride = "40px " />
133133 { currentlyDisplayedAvailabilities . map ( ( availability ) => (
134134 < TimeSlot
135135 key = { availability . dateSet . getTime ( ) }
136136 backgroundColor = { HeatmapColors [ 0 ] }
137137 widthOverride = "106px"
138- heightOverride = "px "
138+ heightOverride = "40px "
139139 text = {
140140 < >
141141 { getDayOfWeek ( availability . dateSet ) } < br /> { datePipe ( availability . dateSet ) }
@@ -151,7 +151,7 @@ const EditAvailability: React.FC<EditAvailabilityProps> = ({
151151 widthOverride = "106px"
152152 heightOverride = "32px"
153153 text = { time }
154- fontSize = { 'px ' }
154+ fontSize = { '13px ' }
155155 />
156156 { currentlyDisplayedAvailabilities . map ( ( availability , dayIndex ) => {
157157 const backgroundColor = availability . availability . includes ( timeIndex ) ? HeatmapColors [ 3 ] : HeatmapColors [ 0 ] ;
You can’t perform that action at this time.
0 commit comments