Jest: update snapshots
This commit is contained in:
parent
ef0de13c91
commit
75f78dc5cb
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ exports[`<Column /> renders correctly with minimal props 1`] = `
|
|||
>
|
||||
<button
|
||||
aria-label="Back"
|
||||
className="mr-2"
|
||||
className="mr-2 text-gray-900 dark:text-gray-100"
|
||||
onClick={[Function]}
|
||||
>
|
||||
<svg
|
||||
|
@ -30,7 +30,7 @@ exports[`<Column /> renders correctly with minimal props 1`] = `
|
|||
</span>
|
||||
</button>
|
||||
<h1
|
||||
className="text-xl font-bold"
|
||||
className="text-xl text-gray-900 dark:text-gray-100 font-bold tracking-normal font-sans"
|
||||
/>
|
||||
</div>
|
||||
<div />
|
||||
|
|
Loading…
Reference in a new issue