Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ exports[`Appbar does not pass any additional props to Searchbar 1`] = `
"fontFamily": "System",
"fontSize": 16,
"fontWeight": "400",
"letterSpacing": 0.15,
"letterSpacing": 0.5,
"lineHeight": 0,
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ exports[`can render leading checkbox control 1`] = `
"fontFamily": "System",
"fontSize": 16,
"fontWeight": "400",
"letterSpacing": 0.15,
"letterSpacing": 0.5,
"lineHeight": 24,
},
[
Expand Down Expand Up @@ -253,7 +253,7 @@ exports[`can render the Android checkbox on different platforms 1`] = `
"fontFamily": "System",
"fontSize": 16,
"fontWeight": "400",
"letterSpacing": 0.15,
"letterSpacing": 0.5,
"lineHeight": 24,
},
[
Expand Down Expand Up @@ -471,7 +471,7 @@ exports[`can render the iOS checkbox on different platforms 1`] = `
"fontFamily": "System",
"fontSize": 16,
"fontWeight": "400",
"letterSpacing": 0.15,
"letterSpacing": 0.5,
"lineHeight": 24,
},
[
Expand Down Expand Up @@ -652,7 +652,7 @@ exports[`renders unchecked 1`] = `
"fontFamily": "System",
"fontSize": 16,
"fontWeight": "400",
"letterSpacing": 0.15,
"letterSpacing": 0.5,
"lineHeight": 24,
},
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ exports[`can render leading radio button control 1`] = `
"fontFamily": "System",
"fontSize": 16,
"fontWeight": "400",
"letterSpacing": 0.15,
"letterSpacing": 0.5,
"lineHeight": 24,
},
[
Expand Down Expand Up @@ -248,7 +248,7 @@ exports[`can render the Android radio button on different platforms 1`] = `
"fontFamily": "System",
"fontSize": 16,
"fontWeight": "400",
"letterSpacing": 0.15,
"letterSpacing": 0.5,
"lineHeight": 24,
},
[
Expand Down Expand Up @@ -400,7 +400,7 @@ exports[`can render the iOS radio button on different platforms 1`] = `
"fontFamily": "System",
"fontSize": 16,
"fontWeight": "400",
"letterSpacing": 0.15,
"letterSpacing": 0.5,
"lineHeight": 24,
},
[
Expand Down Expand Up @@ -578,7 +578,7 @@ exports[`renders unchecked 1`] = `
"fontFamily": "System",
"fontSize": 16,
"fontWeight": "400",
"letterSpacing": 0.15,
"letterSpacing": 0.5,
"lineHeight": 24,
},
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`renders every variant of Text with children as content 1`] = `
"fontFamily": "System",
"fontSize": 57,
"fontWeight": "400",
"letterSpacing": 0,
"letterSpacing": -0.25,
"lineHeight": 64,
},
undefined,
Expand Down Expand Up @@ -242,7 +242,7 @@ exports[`renders every variant of Text with children as content 1`] = `
"fontFamily": "System",
"fontSize": 16,
"fontWeight": "400",
"letterSpacing": 0.15,
"letterSpacing": 0.5,
"lineHeight": 24,
},
undefined,
Expand Down
Loading