mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-07 20:53:54 -05:00
* [INJIMOB-3622]: add the new branding changes Signed-off-by: jaswanthkumarpolisetty <jaswanthkumar.p@thoughtworks.com> * [INJIMOB-3651]: update the new branding changes Signed-off-by: jaswanthkumarpolisetty <jaswanthkumar.p@thoughtworks.com> * [INJIMOB-3651]: update the new snapshots Signed-off-by: jaswanthkumarpolisetty <jaswanthkumar.p@thoughtworks.com> * [INJIMOB-3651]: update the changes mentioned deskcheck Signed-off-by: jaswanthkumarpolisetty <jaswanthkumar.p@thoughtworks.com> --------- Signed-off-by: jaswanthkumarpolisetty <jaswanthkumar.p@thoughtworks.com> Signed-off-by: jaswanthkumartw <jaswanthkumar.p@thoughtworks.com>
29 lines
457 B
Plaintext
29 lines
457 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<Text /> Testing the Text component 1`] = `
|
|
<Text
|
|
style={
|
|
[
|
|
{
|
|
"color": "#000000",
|
|
"fontSize": 16,
|
|
"lineHeight": 18,
|
|
},
|
|
{
|
|
"fontFamily": "Montserrat_400Regular",
|
|
"fontSize": 14,
|
|
},
|
|
null,
|
|
{
|
|
"textAlign": "left",
|
|
},
|
|
null,
|
|
null,
|
|
null,
|
|
]
|
|
}
|
|
>
|
|
Testing react native text component
|
|
</Text>
|
|
`;
|