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,
|
height: 32,
|
||||||
borderRadius: "50%",
|
borderRadius: "50%",
|
||||||
flexShrink: 0,
|
flexShrink: 0,
|
||||||
bgcolor: isDefault ? "action.hover" : `${badgeColor}.light`,
|
bgcolor: isDefault ? "grey.600" : `${badgeColor}.main`,
|
||||||
color: isDefault ? "text.secondary" : `${badgeColor}.main`,
|
color: "common.white",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{getActivityIcon(act.action)}
|
{getActivityIcon(act.action)}
|
||||||
|
|||||||
@@ -259,8 +259,8 @@ export default function DashProfile({
|
|||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
flexShrink: 0,
|
flexShrink: 0,
|
||||||
bgcolor: totpEnabled ? "success.light" : "action.hover",
|
bgcolor: totpEnabled ? "success.main" : "grey.600",
|
||||||
color: totpEnabled ? "success.main" : "text.secondary",
|
color: "common.white",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<svg
|
<svg
|
||||||
|
|||||||
Reference in New Issue
Block a user