Skip to content

Commit

Permalink
feat: add changes to scheduler features
Browse files Browse the repository at this point in the history
Signed-off-by: zhaoxinxin <[email protected]>
  • Loading branch information
Liam-Zhao committed Sep 12, 2024
1 parent 4d963b8 commit 033bfb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/clusters/show.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1738,6 +1738,7 @@ export default function ShowCluster() {
},
'& .MuiMenu-list': {
p: 0,
width: '10rem',
},
}}
>
Expand Down Expand Up @@ -2173,6 +2174,7 @@ export default function ShowCluster() {
},
'& .MuiMenu-list': {
p: 0,
width: '10rem',
},
}}
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/users/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}

.menuItemIcon {
color: var(--save-size-color);
color: var(--button-color);
}

.menuItem:hover .menuItemIcon {
Expand Down
1 change: 1 addition & 0 deletions src/components/users/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ export default function Users() {
},
'& .MuiMenu-list': {
p: 0,
width: '10rem',
},
}}
>
Expand Down

0 comments on commit 033bfb2

Please sign in to comment.