Update snapshots

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-03-29 15:58:11 +02:00
parent dbeb292009
commit e5f06bf0aa
2 changed files with 12 additions and 12 deletions

View File

@ -20,13 +20,13 @@ exports[`<LoginForm /> renders for Mastodon 1`] = `
>
<div>
<label
className="block text-sm font-medium text-gray-700"
className="block text-sm font-medium text-gray-700 dark:text-gray-400"
htmlFor="field-1"
>
Email address
</label>
<div
className="mt-1"
className="mt-1 dark:text-white"
>
<div
className="mt-1 relative rounded-md shadow-sm"
@ -48,13 +48,13 @@ exports[`<LoginForm /> renders for Mastodon 1`] = `
</div>
<div>
<label
className="block text-sm font-medium text-gray-700"
className="block text-sm font-medium text-gray-700 dark:text-gray-400"
htmlFor="field-1"
>
Password
</label>
<div
className="mt-1"
className="mt-1 dark:text-white"
>
<div
className="mt-1 relative rounded-md shadow-sm"
@ -153,13 +153,13 @@ exports[`<LoginForm /> renders for Pleroma 1`] = `
>
<div>
<label
className="block text-sm font-medium text-gray-700"
className="block text-sm font-medium text-gray-700 dark:text-gray-400"
htmlFor="field-1"
>
Email address
</label>
<div
className="mt-1"
className="mt-1 dark:text-white"
>
<div
className="mt-1 relative rounded-md shadow-sm"
@ -181,13 +181,13 @@ exports[`<LoginForm /> renders for Pleroma 1`] = `
</div>
<div>
<label
className="block text-sm font-medium text-gray-700"
className="block text-sm font-medium text-gray-700 dark:text-gray-400"
htmlFor="field-1"
>
Password
</label>
<div
className="mt-1"
className="mt-1 dark:text-white"
>
<div
className="mt-1 relative rounded-md shadow-sm"

View File

@ -21,13 +21,13 @@ exports[`<LoginPage /> renders correctly on load 1`] = `
>
<div>
<label
className="block text-sm font-medium text-gray-700"
className="block text-sm font-medium text-gray-700 dark:text-gray-400"
htmlFor="field-1"
>
Email address
</label>
<div
className="mt-1"
className="mt-1 dark:text-white"
>
<div
className="mt-1 relative rounded-md shadow-sm"
@ -49,13 +49,13 @@ exports[`<LoginPage /> renders correctly on load 1`] = `
</div>
<div>
<label
className="block text-sm font-medium text-gray-700"
className="block text-sm font-medium text-gray-700 dark:text-gray-400"
htmlFor="field-1"
>
Password
</label>
<div
className="mt-1"
className="mt-1 dark:text-white"
>
<div
className="mt-1 relative rounded-md shadow-sm"