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

@@ -112,7 +112,10 @@ var SizableText2 = (0, import_web2.styled)(import_web2.Text, {
}
});
SizableText2.staticConfig.variants.fontFamily = {
"...": /* @__PURE__ */ __name((_val, extras) => {
"...": /* @__PURE__ */ __name((val, extras) => {
if (val === "inherit") return {
fontFamily: "inherit"
};
const sizeProp = extras.props.size, fontSizeProp = extras.props.fontSize, size = sizeProp === "$true" && fontSizeProp ? fontSizeProp : extras.props.size || "$true";
return getFontSized(size, extras);
}, "...")