Update snapshots

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
virtualized-window
marcin mikołajczak 2022-03-29 15:58:11 +02:00
rodzic dbeb292009
commit e5f06bf0aa
2 zmienionych plików z 12 dodań i 12 usunięć

Wyświetl plik

@ -20,13 +20,13 @@ exports[`<LoginForm /> renders for Mastodon 1`] = `
> >
<div> <div>
<label <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" htmlFor="field-1"
> >
Email address Email address
</label> </label>
<div <div
className="mt-1" className="mt-1 dark:text-white"
> >
<div <div
className="mt-1 relative rounded-md shadow-sm" className="mt-1 relative rounded-md shadow-sm"
@ -48,13 +48,13 @@ exports[`<LoginForm /> renders for Mastodon 1`] = `
</div> </div>
<div> <div>
<label <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" htmlFor="field-1"
> >
Password Password
</label> </label>
<div <div
className="mt-1" className="mt-1 dark:text-white"
> >
<div <div
className="mt-1 relative rounded-md shadow-sm" className="mt-1 relative rounded-md shadow-sm"
@ -153,13 +153,13 @@ exports[`<LoginForm /> renders for Pleroma 1`] = `
> >
<div> <div>
<label <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" htmlFor="field-1"
> >
Email address Email address
</label> </label>
<div <div
className="mt-1" className="mt-1 dark:text-white"
> >
<div <div
className="mt-1 relative rounded-md shadow-sm" className="mt-1 relative rounded-md shadow-sm"
@ -181,13 +181,13 @@ exports[`<LoginForm /> renders for Pleroma 1`] = `
</div> </div>
<div> <div>
<label <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" htmlFor="field-1"
> >
Password Password
</label> </label>
<div <div
className="mt-1" className="mt-1 dark:text-white"
> >
<div <div
className="mt-1 relative rounded-md shadow-sm" className="mt-1 relative rounded-md shadow-sm"

Wyświetl plik

@ -21,13 +21,13 @@ exports[`<LoginPage /> renders correctly on load 1`] = `
> >
<div> <div>
<label <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" htmlFor="field-1"
> >
Email address Email address
</label> </label>
<div <div
className="mt-1" className="mt-1 dark:text-white"
> >
<div <div
className="mt-1 relative rounded-md shadow-sm" className="mt-1 relative rounded-md shadow-sm"
@ -49,13 +49,13 @@ exports[`<LoginPage /> renders correctly on load 1`] = `
</div> </div>
<div> <div>
<label <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" htmlFor="field-1"
> >
Password Password
</label> </label>
<div <div
className="mt-1" className="mt-1 dark:text-white"
> >
<div <div
className="mt-1 relative rounded-md shadow-sm" className="mt-1 relative rounded-md shadow-sm"