Skip to content
Snippets Groups Projects
Commit a69fa209 authored by Titus Netland's avatar Titus Netland
Browse files

Snapshots updated

parent a4c4ba72
No related branches found
No related tags found
1 merge request!101Restyle of components
Pipeline #180584 passed
...@@ -6,7 +6,7 @@ exports[`CreateNewGroup elements rendering renders correctly 1`] = ` ...@@ -6,7 +6,7 @@ exports[`CreateNewGroup elements rendering renders correctly 1`] = `
> >
<!-- Component heading --> <!-- Component heading -->
<div <div
class="text-xl md:text-2xl font-medium text-center text-gray-600 dark:text-gray-200 mt-4 mb-10" class="text-xl md:text-2xl font-medium text-center text-primary-light mt-4 mb-10"
> >
Opprett ny gruppe Opprett ny gruppe
</div> </div>
......
...@@ -6,7 +6,7 @@ exports[`NewItemForm component renders correctly 1`] = ` ...@@ -6,7 +6,7 @@ exports[`NewItemForm component renders correctly 1`] = `
> >
<!-- Component heading --> <!-- Component heading -->
<h3 <h3
class="text-xl font-medium text-center text-gray-600 dark:text-gray-200 mt-4 mb-8" class="text-xl font-medium text-center text-primary-light mt-4 mb-8"
> >
Opprett ny utleie Opprett ny utleie
</h3> </h3>
......
...@@ -8,7 +8,7 @@ exports[`LoginForm component renders correctly 1`] = ` ...@@ -8,7 +8,7 @@ exports[`LoginForm component renders correctly 1`] = `
class="px-6 py-4 mt-4" class="px-6 py-4 mt-4"
> >
<div <div
class="text-xl md:text-2xl font-medium text-center text-gray-600 dark:text-gray-200 mt-4 mb-8" class="text-xl md:text-2xl font-medium text-center text-primary-light mt-4 mb-8"
> >
Logg på Logg på
</div> </div>
......
...@@ -5,7 +5,7 @@ exports[`RegisterFormComponent renders correctly 1`] = ` ...@@ -5,7 +5,7 @@ exports[`RegisterFormComponent renders correctly 1`] = `
class="w-full max-w-md mx-auto mb-auto md:ring-1 ring-gray-300 overflow-hidden rounded-xl p-4" class="w-full max-w-md mx-auto mb-auto md:ring-1 ring-gray-300 overflow-hidden rounded-xl p-4"
> >
<div <div
class="text-xl md:text-2xl font-medium text-center text-gray-600 dark:text-gray-200 mt-4 mb-8" class="text-xl md:text-2xl font-medium text-center text-primary-light mt-4 mb-8"
id="registerLabel" id="registerLabel"
> >
Opprett ny konto Opprett ny konto
......
...@@ -5,7 +5,7 @@ exports[`ResetPasswordForm component renders correctly 1`] = ` ...@@ -5,7 +5,7 @@ exports[`ResetPasswordForm component renders correctly 1`] = `
class="md:ring-1 ring-gray-300 rounded-xl overflow-hidden mx-auto mb-auto max-w-md w-full p-4" class="md:ring-1 ring-gray-300 rounded-xl overflow-hidden mx-auto mb-auto max-w-md w-full p-4"
> >
<h3 <h3
class="text-xl font-medium text-center text-gray-600 dark:text-gray-200 mt-4 mb-8" class="text-xl font-medium text-center text-primary-light mt-4 mb-8"
> >
Glemt passordet ditt? Glemt passordet ditt?
</h3> </h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment