Align admin theme with Tamagui v2
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-03 22:40:16 +01:00
parent 4f910b2d2a
commit 0535f63b40
7 changed files with 121 additions and 48 deletions

View File

@@ -178,6 +178,10 @@ const fonts = {
const config = createTamagui({
...defaultConfig,
settings: {
...(defaultConfig.settings ?? {}),
addThemeClassName: 'html',
},
animations: createAnimations({
fast: 'cubic-bezier(0.2, 0.7, 0.2, 1) 150ms',
medium: 'cubic-bezier(0.2, 0.7, 0.2, 1) 250ms',