|
|
@@ -379,9 +379,9 @@ const BigScreenDashboard: React.FC = () => {
|
|
|
{item.icon}
|
|
|
</div>
|
|
|
<div className="flex-1">
|
|
|
- <div className="font-semibold text-white text-sm">{item.user}</div>
|
|
|
- <div className="text-white opacity-80 text-sm">{item.action}</div>
|
|
|
- <div className="text-white opacity-60 text-xs">{item.time}</div>
|
|
|
+ <div className="font-semibold text-gray-800 text-sm">{item.user}</div>
|
|
|
+ <div className="text-gray-600 text-sm">{item.action}</div>
|
|
|
+ <div className="text-gray-500 text-xs">{item.time}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
))}
|