Skip to content

Commit 9675142

Browse files
committed
#2140 - restyle
1 parent 529801c commit 9675142

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/frontend/src/pages/AdminToolsPage/AdminToolsUserManagement.tsx

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

8585
return (
8686
<Box>
87-
<Typography variant="h5" gutterBottom>
87+
<Typography variant="h5" gutterBottom borderBottom={1} color="red" borderColor={'white'} marginBottom={'20px'}>
8888
Role Management
8989
</Typography>
9090
<Grid container spacing={2}>

src/frontend/src/pages/AdminToolsPage/TeamsTools.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const TeamsTools = () => {
9090

9191
return (
9292
<Box>
93-
<Typography variant="h5" gutterBottom>
93+
<Typography variant="h5" gutterBottom borderBottom={1} color="red" borderColor={'white'}>
9494
Team Management
9595
</Typography>
9696
<Grid container columnSpacing={2}>

0 commit comments

Comments
 (0)