fix(mui): Dashboard icon badges (activity feed + 2FA status) — solid tile + white glyph

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-06-07 07:29:52 +02:00
parent 126b567b7b
commit ef0bb9f27e
2 changed files with 4 additions and 4 deletions

View File

@@ -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)}

View File

@@ -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",
}}
>
<svg