weitere perfektionierung der neuen mobile app

This commit is contained in:
Codex Agent
2025-12-11 12:18:08 +01:00
parent 7b01a77083
commit b4417db5cd
38 changed files with 4265 additions and 3040 deletions

View File

@@ -4196,6 +4196,32 @@ var themes3 = {
surface: "#111827"
}
};
var sharedWeights = {
4: "400",
5: "500",
6: "600",
7: "700",
8: "800",
9: "900"
};
var fonts2 = {
...defaultConfig.fonts,
body: {
...defaultConfig.fonts.body,
family: "Montserrat",
weight: sharedWeights
},
heading: {
...defaultConfig.fonts.heading,
family: "Montserrat",
weight: sharedWeights
},
display: {
...defaultConfig.fonts.heading,
family: "Playfair Display",
weight: sharedWeights
}
};
var config = (0, import_core2.createTamagui)({
...defaultConfig,
animations: createAnimations({
@@ -4205,6 +4231,8 @@ var config = (0, import_core2.createTamagui)({
}),
tokens: tokens3,
themes: themes3,
fonts: fonts2,
defaultFont: "body",
shorthands: shorthands2,
media: {
...defaultConfig.media,