Align admin mobile colors with Tamagui v2 tokens
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-02-04 11:44:07 +01:00
parent 9ddb135c03
commit 972f003b26
8 changed files with 60 additions and 41 deletions

View File

@@ -148,9 +148,9 @@ function PhotoGridTile({
badges: string[];
isBusy: boolean;
}) {
const { border, muted, surfaceMuted } = useAdminTheme();
const overlayBg = withAlpha('#0f172a', 0.55);
const actionBg = withAlpha('#0f172a', 0.55);
const { border, muted, surfaceMuted, overlay } = useAdminTheme();
const overlayBg = overlay;
const actionBg = overlay;
return (
<div