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:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user