Skip to content
Snippets Groups Projects
Commit 1aaceeaa authored by henrikburmann's avatar henrikburmann
Browse files

Merge with main

parents 950dc677 03085a78
Branches
No related tags found
1 merge request!110Delete listing
......@@ -6,7 +6,7 @@ exports[`NewItemForm component renders correctly 1`] = `
>
<!-- Component heading -->
<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
</h3>
......
......@@ -8,7 +8,7 @@ exports[`LoginForm component renders correctly 1`] = `
class="px-6 py-4 mt-4"
>
<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å
</div>
......
......@@ -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"
>
<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"
>
Opprett ny konto
......
......@@ -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"
>
<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?
</h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment