Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
patricio0312rev committed Oct 23, 2024
1 parent 7b85f67 commit 2a53c9f
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`UnlockTokensRow > should render with isReady = false 1`] = `
>
<td>
<div
class="flex items-center px-3 my-1 transition-colors duration-100 min-h-11 pl-6 rounded-l"
class="flex px-3 items-center my-1 transition-colors duration-100 min-h-11 pl-6 rounded-l"
>
<span
class="whitespace-nowrap font-bold text-theme-secondary-900 dark:text-theme-secondary-200"
Expand All @@ -22,7 +22,7 @@ exports[`UnlockTokensRow > should render with isReady = false 1`] = `
</td>
<td>
<div
class="flex items-center px-3 my-1 transition-colors duration-100 min-h-11"
class="flex px-3 items-center my-1 transition-colors duration-100 min-h-11"
>
<time
class="text-theme-secondary-700"
Expand All @@ -34,7 +34,7 @@ exports[`UnlockTokensRow > should render with isReady = false 1`] = `
</td>
<td>
<div
class="flex items-center px-3 my-1 transition-colors duration-100 min-h-11 pr-6 rounded-r justify-end"
class="flex px-3 items-center my-1 transition-colors duration-100 min-h-11 pr-6 rounded-r justify-end"
>
<div
class="flex items-center"
Expand Down Expand Up @@ -100,7 +100,7 @@ exports[`UnlockTokensRow > should render with isReady = true 1`] = `
>
<td>
<div
class="flex items-center px-3 my-1 transition-colors duration-100 min-h-11 pl-6 rounded-l"
class="flex px-3 items-center my-1 transition-colors duration-100 min-h-11 pl-6 rounded-l"
>
<span
class="whitespace-nowrap font-bold text-theme-secondary-900 dark:text-theme-secondary-200"
Expand All @@ -112,7 +112,7 @@ exports[`UnlockTokensRow > should render with isReady = true 1`] = `
</td>
<td>
<div
class="flex items-center px-3 my-1 transition-colors duration-100 min-h-11"
class="flex px-3 items-center my-1 transition-colors duration-100 min-h-11"
>
<time
class="text-theme-secondary-700"
Expand All @@ -124,7 +124,7 @@ exports[`UnlockTokensRow > should render with isReady = true 1`] = `
</td>
<td>
<div
class="flex items-center px-3 my-1 transition-colors duration-100 min-h-11 pr-6 rounded-r justify-end"
class="flex px-3 items-center my-1 transition-colors duration-100 min-h-11 pr-6 rounded-r justify-end"
>
<div
class="flex items-center"
Expand Down

0 comments on commit 2a53c9f

Please sign in to comment.