diff --git a/src/admin/components/dashboard/DashActivityFeed.tsx b/src/admin/components/dashboard/DashActivityFeed.tsx index 57c84f1..b677b9a 100644 --- a/src/admin/components/dashboard/DashActivityFeed.tsx +++ b/src/admin/components/dashboard/DashActivityFeed.tsx @@ -167,8 +167,8 @@ export default function DashActivityFeed({ height: 32, borderRadius: "50%", flexShrink: 0, - bgcolor: isDefault ? "action.hover" : `${badgeColor}.light`, - color: isDefault ? "text.secondary" : `${badgeColor}.main`, + bgcolor: isDefault ? "grey.600" : `${badgeColor}.main`, + color: "common.white", }} > {getActivityIcon(act.action)} diff --git a/src/admin/components/dashboard/DashProfile.tsx b/src/admin/components/dashboard/DashProfile.tsx index c3bddc5..f0ef4e4 100644 --- a/src/admin/components/dashboard/DashProfile.tsx +++ b/src/admin/components/dashboard/DashProfile.tsx @@ -259,8 +259,8 @@ export default function DashProfile({ alignItems: "center", justifyContent: "center", flexShrink: 0, - bgcolor: totpEnabled ? "success.light" : "action.hover", - color: totpEnabled ? "success.main" : "text.secondary", + bgcolor: totpEnabled ? "success.main" : "grey.600", + color: "common.white", }} >