mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-03 07:18:42 +02:00
[eric] ui: quiet the empty dashboard-card preview, outlined ghosted glyph instead of a loud filled orange mosaic
This commit is contained in:
@@ -11,7 +11,7 @@ import MenuItem from '@mui/material/MenuItem';
|
||||
import ListItemIcon from '@mui/material/ListItemIcon';
|
||||
import ListItemText from '@mui/material/ListItemText';
|
||||
import AddIcon from '@mui/icons-material/Add';
|
||||
import DashboardIcon from '@mui/icons-material/Dashboard';
|
||||
import DashboardIcon from '@mui/icons-material/GridViewOutlined';
|
||||
import DeleteOutlineIcon from '@mui/icons-material/DeleteOutline';
|
||||
import { Skeleton } from '@/app/components/feedback/Loading';
|
||||
import ContentCopyIcon from '@mui/icons-material/ContentCopy';
|
||||
@@ -277,7 +277,7 @@ const DashboardSelection: React.FC = () => {
|
||||
/>
|
||||
) : (
|
||||
<DashboardIcon
|
||||
sx={{ fontSize: 48, color: c.accent.primary, opacity: 0.5 }}
|
||||
sx={{ fontSize: 36, color: c.text.tertiary, opacity: 0.4 }}
|
||||
/>
|
||||
)}
|
||||
<Box
|
||||
|
||||
Reference in New Issue
Block a user