Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
angielt committed Dec 17, 2024
1 parent b38cbc1 commit 2d996f6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ exports[`Button focus in dark mode should render correctly 1`] = `
>
<Text
maxFontSizeMultiplier={1.5}
numberOfLines={3}
style={
[
{
Expand Down Expand Up @@ -188,6 +189,7 @@ exports[`Button focus in dark mode when disabled should render correctly 1`] = `
>
<Text
maxFontSizeMultiplier={1.5}
numberOfLines={3}
style={
[
{
Expand Down Expand Up @@ -321,6 +323,7 @@ exports[`Button neutral in dark mode should render correctly 1`] = `
>
<Text
maxFontSizeMultiplier={1.5}
numberOfLines={3}
style={
[
{
Expand Down Expand Up @@ -454,6 +457,7 @@ exports[`Button neutral in dark mode when disabled should render correctly 1`] =
>
<Text
maxFontSizeMultiplier={1.5}
numberOfLines={3}
style={
[
{
Expand Down Expand Up @@ -572,6 +576,7 @@ exports[`Button primary in dark mode should render correctly 1`] = `
>
<Text
maxFontSizeMultiplier={1.5}
numberOfLines={3}
style={
[
{
Expand Down Expand Up @@ -690,6 +695,7 @@ exports[`Button primary in dark mode when disabled should render correctly 1`] =
>
<Text
maxFontSizeMultiplier={1.5}
numberOfLines={3}
style={
[
{
Expand Down Expand Up @@ -808,6 +814,7 @@ exports[`Button warning in dark mode should render correctly 1`] = `
>
<Text
maxFontSizeMultiplier={1.5}
numberOfLines={3}
style={
[
{
Expand Down Expand Up @@ -923,6 +930,7 @@ exports[`Button warning in dark mode when disabled should render correctly 1`] =
>
<Text
maxFontSizeMultiplier={1.5}
numberOfLines={3}
style={
[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ exports[`Button focus should render correctly 1`] = `
>
<Text
maxFontSizeMultiplier={1.5}
numberOfLines={3}
style={
[
{
Expand Down Expand Up @@ -188,6 +189,7 @@ exports[`Button focus when disabled should render correctly 1`] = `
>
<Text
maxFontSizeMultiplier={1.5}
numberOfLines={3}
style={
[
{
Expand Down Expand Up @@ -321,6 +323,7 @@ exports[`Button neutral should render correctly 1`] = `
>
<Text
maxFontSizeMultiplier={1.5}
numberOfLines={3}
style={
[
{
Expand Down Expand Up @@ -454,6 +457,7 @@ exports[`Button neutral when disabled should render correctly 1`] = `
>
<Text
maxFontSizeMultiplier={1.5}
numberOfLines={3}
style={
[
{
Expand Down Expand Up @@ -572,6 +576,7 @@ exports[`Button primary should render correctly 1`] = `
>
<Text
maxFontSizeMultiplier={1.5}
numberOfLines={3}
style={
[
{
Expand Down Expand Up @@ -690,6 +695,7 @@ exports[`Button primary when disabled should render correctly 1`] = `
>
<Text
maxFontSizeMultiplier={1.5}
numberOfLines={3}
style={
[
{
Expand Down Expand Up @@ -808,6 +814,7 @@ exports[`Button warning should render correctly 1`] = `
>
<Text
maxFontSizeMultiplier={1.5}
numberOfLines={3}
style={
[
{
Expand Down Expand Up @@ -923,6 +930,7 @@ exports[`Button warning when disabled should render correctly 1`] = `
>
<Text
maxFontSizeMultiplier={1.5}
numberOfLines={3}
style={
[
{
Expand Down

0 comments on commit 2d996f6

Please sign in to comment.