From eb34ace809f7b78dc2fda444579214ad74cdb88b Mon Sep 17 00:00:00 2001 From: ciregenz Date: Wed, 10 Jun 2026 19:49:22 -0700 Subject: [PATCH] [eric] ui: quiet the empty dashboard-card preview, outlined ghosted glyph instead of a loud filled orange mosaic --- .../src/app/pages/DashboardSelection/DashboardSelection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/pages/DashboardSelection/DashboardSelection.tsx b/frontend/src/app/pages/DashboardSelection/DashboardSelection.tsx index d37f522b..7fb30610 100644 --- a/frontend/src/app/pages/DashboardSelection/DashboardSelection.tsx +++ b/frontend/src/app/pages/DashboardSelection/DashboardSelection.tsx @@ -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 = () => { /> ) : ( )}