Skip to content

Commit

Permalink
Update title snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Plesnik committed Jun 21, 2024
1 parent e7af6f5 commit 8debf52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/__snapshots__/Tile.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ exports[`Tile 1`] = `
className="overflow-hidden rounded-lg border border-zinc-600/20 bg-gradient-to-tr from-zinc-800/20 to-zinc-800/40 px-6 pb-4 pt-8 shadow-2xl"
>
<h3
className="relative w-full font-medium text-zinc-200 pb-4 text-xl opacity-90"
className="relative w-full font-medium pb-4 text-xl text-slate-200"
>
Test Title
</h3>
<h4
className="relative w-full font-medium text-zinc-200 pb-6 text-sm opacity-50"
className="relative w-full font-medium pb-6 text-sm opacity-70"
>
Test Subtitle
</h4>
Expand All @@ -23,12 +23,12 @@ exports[`Tile with class name 1`] = `
className="overflow-hidden rounded-lg border border-zinc-600/20 bg-gradient-to-tr from-zinc-800/20 to-zinc-800/40 px-6 pb-4 pt-8 shadow-2xl test-class"
>
<h3
className="relative w-full font-medium text-zinc-200 pb-4 text-xl opacity-90"
className="relative w-full font-medium pb-4 text-xl text-slate-200"
>
Test Title
</h3>
<h4
className="relative w-full font-medium text-zinc-200 pb-6 text-sm opacity-50"
className="relative w-full font-medium pb-6 text-sm opacity-70"
>
Test Subtitle
</h4>
Expand Down

0 comments on commit 8debf52

Please sign in to comment.