Refactor: Update Tenant PWA headers and tabs to use Playfair Display and Tamagui components

This commit is contained in:
Codex Agent
2026-01-22 13:29:56 +01:00
parent 901419798d
commit 32f3696ffb
14 changed files with 425778 additions and 426862 deletions

View File

@@ -143,7 +143,7 @@ export function MobileShell({ title, subtitle, children, activeTab, onBack, head
const EventContextPill = () => {
if (!effectiveActive || isEventsIndex || isCompactHeader) {
return (
<Text fontSize="$md" fontWeight="800" fontFamily="$display" color="white">
<Text fontSize="$md" fontWeight="700" fontFamily="$display" color="white">
{pageTitle}
</Text>
);
@@ -153,7 +153,14 @@ export function MobileShell({ title, subtitle, children, activeTab, onBack, head
if (!canSwitchEvents) {
return (
<Text fontSize="$sm" fontWeight="800" color="white" numberOfLines={1} ellipsizeMode="tail">
<Text
fontSize="$lg"
fontWeight="700"
fontFamily="$display"
color="white"
numberOfLines={1}
ellipsizeMode="tail"
>
{displayName}
</Text>
);