Skip to content

Commit 23eb29f

Browse files
committed
#2142 fixed titles
1 parent 0bdc90e commit 23eb29f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/frontend/src/pages/AdminToolsPage/AdminToolsAttendeeDesignReviewInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const AdminToolsAttendeeDesignReviewInfo: React.FC = () => {
4848

4949
return (
5050
<Grid>
51-
<Typography variant="h5" gutterBottom>
51+
<Typography variant="h5" color="red" borderBottom={1} borderColor={'white'} gutterBottom>
5252
Design Review Attendee Info
5353
</Typography>
5454
<FormControl fullWidth sx={{ marginBottom: 2 }}>

src/frontend/src/pages/AdminToolsPage/AdminToolsSlackUpcomingDeadlines.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const AdminToolsSlackUpcomingDeadlines: React.FC = () => {
4444

4545
return (
4646
<Box>
47-
<Typography variant="h5" gutterBottom>
47+
<Typography variant="h5" gutterBottom color={'red'} borderBottom={1} borderColor={'white'}>
4848
Slack Upcoming Deadlines
4949
</Typography>
5050
<Grid container spacing={2} alignItems="center">

0 commit comments

Comments
 (0)