Skip to content

Commit 2c939d0

Browse files
committed
fix user status colors
1 parent 717da32 commit 2c939d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/UsersPage/UsersFilter.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ export const useStatusFilterMenu = ({
3434
{
3535
value: "dormant",
3636
label: "Dormant",
37-
startIcon: <StatusIndicator color="notice" />,
37+
startIcon: <StatusIndicator color="warning" />,
3838
},
3939
{
4040
value: "suspended",
4141
label: "Suspended",
42-
startIcon: <StatusIndicator color="warning" />,
42+
startIcon: <StatusIndicator color="inactive" />,
4343
},
4444
];
4545
return useFilterMenu({

0 commit comments

Comments
 (0)