Refine admin PWA layout and tamagui usage
This commit is contained in:
@@ -182,7 +182,7 @@ const DEFAULT_PRESET: LayoutPreset = [
|
||||
height: 220,
|
||||
fontSize: 110,
|
||||
align: 'center',
|
||||
fontFamily: 'Fraunces',
|
||||
fontFamily: 'Archivo Black',
|
||||
lineHeight: 1.3,
|
||||
},
|
||||
{ id: 'subtitle', type: 'subtitle', x: (c) => (c.canvasWidth - 800) / 2, y: 580, width: 800, height: 120, fontSize: 42, align: 'center', fontFamily: 'Manrope', lineHeight: 1.4 },
|
||||
@@ -202,7 +202,7 @@ const evergreenVowsPreset: LayoutPreset = [
|
||||
height: 200,
|
||||
fontSize: 95,
|
||||
align: 'left',
|
||||
fontFamily: 'Fraunces',
|
||||
fontFamily: 'Archivo Black',
|
||||
lineHeight: 1.3,
|
||||
},
|
||||
{
|
||||
@@ -251,7 +251,7 @@ const midnightGalaPreset: LayoutPreset = [
|
||||
height: 220,
|
||||
fontSize: 105,
|
||||
align: 'center',
|
||||
fontFamily: 'Fraunces',
|
||||
fontFamily: 'Archivo Black',
|
||||
lineHeight: 1.3,
|
||||
},
|
||||
{ id: 'subtitle', type: 'subtitle', x: (c) => (c.canvasWidth - 900) / 2, y: 480, width: 900, height: 120, fontSize: 40, align: 'center', fontFamily: 'Manrope', lineHeight: 1.4 },
|
||||
@@ -269,7 +269,7 @@ const midnightGalaPreset: LayoutPreset = [
|
||||
|
||||
const gardenBrunchPreset: LayoutPreset = [
|
||||
// Verspielt, asymmetrisch, aber ausbalanciert
|
||||
{ id: 'headline', type: 'headline', x: 120, y: 240, width: 900, height: 200, fontSize: 90, align: 'left', fontFamily: 'Fraunces', lineHeight: 1.3 },
|
||||
{ id: 'headline', type: 'headline', x: 120, y: 240, width: 900, height: 200, fontSize: 90, align: 'left', fontFamily: 'Archivo Black', lineHeight: 1.3 },
|
||||
{ id: 'subtitle', type: 'subtitle', x: 120, y: 450, width: 700, height: 120, fontSize: 40, align: 'left', fontFamily: 'Manrope', lineHeight: 1.4 },
|
||||
{
|
||||
id: 'qr',
|
||||
@@ -305,7 +305,7 @@ const sparklerSoireePreset: LayoutPreset = [
|
||||
height: 220,
|
||||
fontSize: 100,
|
||||
align: 'center',
|
||||
fontFamily: 'Fraunces',
|
||||
fontFamily: 'Archivo Black',
|
||||
lineHeight: 1.3,
|
||||
},
|
||||
{ id: 'subtitle', type: 'subtitle', x: (c) => (c.canvasWidth - 800) / 2, y: 480, width: 800, height: 120, fontSize: 40, align: 'center', fontFamily: 'Manrope' },
|
||||
@@ -333,7 +333,7 @@ const confettiBashPreset: LayoutPreset = [
|
||||
height: 220,
|
||||
fontSize: 110,
|
||||
align: 'center',
|
||||
fontFamily: 'Fraunces',
|
||||
fontFamily: 'Archivo Black',
|
||||
lineHeight: 1.3,
|
||||
},
|
||||
{
|
||||
@@ -394,7 +394,7 @@ const balancedModernPreset: LayoutPreset = [
|
||||
height: 380,
|
||||
fontSize: 100,
|
||||
align: 'left',
|
||||
fontFamily: 'Fraunces',
|
||||
fontFamily: 'Archivo Black',
|
||||
lineHeight: 1.3,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user