Align admin mobile colors with Tamagui v2 tokens
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user