diff --git a/src/components/Dashboard/Text.tsx b/src/components/Dashboard/Text.tsx index cc2ae4ca..98c90b52 100644 --- a/src/components/Dashboard/Text.tsx +++ b/src/components/Dashboard/Text.tsx @@ -25,7 +25,7 @@ const Dashboard = memo<{ className: string }>(({ className }) => { { color: { color: true, - value: '#fff', + value: '#ffffff', }, size: { max: 96, @@ -45,7 +45,7 @@ const Dashboard = memo<{ className: string }>(({ className }) => { if (!IconRender) return null; return ( - + ); })}