File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pages/UsersPage/UsersTable Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Skeleton from "@mui/material/Skeleton";
5
5
export const TableToolbar = styled ( Box ) ( ( { theme } ) => ( {
6
6
fontSize : 13 ,
7
7
marginBottom : theme . spacing ( 1 ) ,
8
- marginTop : theme . spacing ( 0 ) ,
8
+ marginTop : 0 ,
9
9
height : 36 , // The size of a small button
10
10
color : theme . palette . text . secondary ,
11
11
"& strong" : { color : theme . palette . text . primary } ,
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export function UserGroupsCell({ userGroups }: GroupsCellProps) {
77
77
flexFlow : "column nowrap" ,
78
78
fontSize : theme . typography . body2 . fontSize ,
79
79
padding : theme . spacing ( 0.5 , 0.25 ) ,
80
- gap : theme . spacing ( 0 ) ,
80
+ gap : 0 ,
81
81
} }
82
82
>
83
83
{ userGroups . map ( ( group ) => {
You can’t perform that action at this time.
0 commit comments