#
vincentlu
2025-02-12 8a2b58138c9f8fafe68e9f5bef0a80348595000a
rsf-admin/src/page/user/UserListAside.jsx
@@ -4,10 +4,9 @@
    FilterLiveSearch,
    FilterList,
    FilterListItem,
    useTheme,
    useStore,
} from 'react-admin';
import { Box, Typography, Card, CardContent } from '@mui/material';
import { Box, Typography, Card, CardContent, useTheme } from '@mui/material';
import * as Common from '@/utils/common';
import WcIcon from '@mui/icons-material/Wc';
import BookmarkIcon from '@mui/icons-material/BookmarkBorder';
@@ -59,7 +58,7 @@
                mr: 2,
                mt: 8,
                alignSelf: 'flex-start',
                border: theme[0] === 'light' && '1px solid #e0e0e3',
                border: theme.palette.mode === 'light' && '1px solid #e0e0e3',
                // width: 200
            }}
        >