Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-mazz committed Oct 17, 2024
1 parent 9149f44 commit a01e452
Showing 1 changed file with 106 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1851,45 +1851,64 @@ exports[`ItwCredentialPreviewClaimsList should match the snapshot 1`] = `
}
}
/>
<Text
allowFontScaling={false}
color="bluegrey"
defaultColor="bluegrey"
defaultWeight="Regular"
dynamicTypeRamp="body"
font="TitilliumSansPro"
fontStyle={
{
"fontSize": 16,
"lineHeight": 24,
}
}
maxFontSizeMultiplier={1.25}
style={
[
<View
style={{}}
>
<Text
allowFontScaling={false}
color="bluegrey"
defaultColor="bluegrey"
defaultWeight="Regular"
dynamicTypeRamp="body"
font="TitilliumSansPro"
fontStyle={
{
"fontSize": 16,
"lineHeight": 24,
},
}
}
maxFontSizeMultiplier={1.25}
style={
[
{
"fontSize": 16,
"lineHeight": 24,
},
{
"color": "#475A6D",
"fontFamily": "Titillium Sans Pro",
"fontStyle": "normal",
"fontWeight": "400",
},
]
}
weight="Regular"
>
<Text
style={{}}
>
<Text
style={
[
{
"fontSize": 16,
},
{},
]
}
>
È l’ente riconosciuto dallo Stato a fornirti la versione digitale dei tuoi documenti.
</Text>
</Text>
</Text>
<View
style={
{
"color": "#475A6D",
"fontFamily": "Titillium Sans Pro",
"fontStyle": "normal",
"fontWeight": "400",
},
]
}
weight="Regular"
>
È l'ente riconosciuto dallo Stato a fornirti la versione digitale dei tuoi documenti.
</Text>
<View
style={
{
"height": 16,
"height": 24,
}
}
}
/>
/>
</View>
</View>
<View
style={
Expand Down Expand Up @@ -2100,45 +2119,64 @@ exports[`ItwCredentialPreviewClaimsList should match the snapshot 1`] = `
}
}
/>
<Text
allowFontScaling={false}
color="bluegrey"
defaultColor="bluegrey"
defaultWeight="Regular"
dynamicTypeRamp="body"
font="TitilliumSansPro"
fontStyle={
{
"fontSize": 16,
"lineHeight": 24,
}
}
maxFontSizeMultiplier={1.25}
style={
[
<View
style={{}}
>
<Text
allowFontScaling={false}
color="bluegrey"
defaultColor="bluegrey"
defaultWeight="Regular"
dynamicTypeRamp="body"
font="TitilliumSansPro"
fontStyle={
{
"fontSize": 16,
"lineHeight": 24,
},
}
}
maxFontSizeMultiplier={1.25}
style={
[
{
"fontSize": 16,
"lineHeight": 24,
},
{
"color": "#475A6D",
"fontFamily": "Titillium Sans Pro",
"fontStyle": "normal",
"fontWeight": "400",
},
]
}
weight="Regular"
>
<Text
style={{}}
>
<Text
style={
[
{
"fontSize": 16,
},
{},
]
}
>
È l’ente riconosciuto dallo Stato a fornirti la versione digitale dei tuoi documenti.
</Text>
</Text>
</Text>
<View
style={
{
"color": "#475A6D",
"fontFamily": "Titillium Sans Pro",
"fontStyle": "normal",
"fontWeight": "400",
},
]
}
weight="Regular"
>
È l'ente riconosciuto dallo Stato a fornirti la versione digitale dei tuoi documenti.
</Text>
<View
style={
{
"height": 16,
"height": 24,
}
}
}
/>
/>
</View>
</View>
<View
style={
Expand Down

0 comments on commit a01e452

Please sign in to comment.