Skip to content
Snippets Groups Projects
Commit 5f0b9953 authored by Gilgard's avatar Gilgard
Browse files

updated snapshots

parent 6672036c
No related branches found
No related tags found
1 merge request!80View tests
Pipeline #179521 passed
......@@ -9,7 +9,7 @@ exports[`CommunityHeader component renders correctly 1`] = `
to="/community/1"
>
<h2
class="text-2xl font-bold leading-7 text-gray-900 sm:text-3xl sm:truncate"
class="text-xl md:text-2xl text-gray-600 font-medium w-full sm:truncate"
>
String
</h2>
......
......@@ -5,11 +5,11 @@ exports[`CreateNewGroup elements rendering 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"
>
<!-- Component heading -->
<h3
class="text-xl font-medium text-center text-gray-600 dark:text-gray-200 mt-4 mb-8"
<div
class="text-xl md:text-2xl font-medium text-center text-gray-600 dark:text-gray-200 mt-4 mb-10"
>
Opprett ny gruppe
</h3>
</div>
<!-- Radio boxes -->
<div
class="mt-6"
......@@ -83,6 +83,7 @@ exports[`CreateNewGroup elements rendering renders correctly 1`] = `
>
<label
class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300"
id="positionLabel"
>
By/Sted
</label>
......
......@@ -7,11 +7,11 @@ exports[`LoginForm component renders correctly 1`] = `
<div
class="px-6 py-4 mt-4"
>
<h3
class="text-xl font-medium text-center text-gray-600 dark:text-gray-200 mt-4 mb-8"
<div
class="text-xl md:text-2xl font-medium text-center text-gray-600 dark:text-gray-200 mt-4 mb-8"
>
Logg på
</h3>
</div>
<div>
<div
class="w-full mt-6"
......
......@@ -4,11 +4,12 @@ exports[`RegisterFormComponent renders correctly 1`] = `
<div
class="w-full max-w-md mx-auto mb-auto md:ring-1 ring-gray-300 overflow-hidden rounded-xl p-4"
>
<h3
class="text-xl font-medium text-center text-gray-600 dark:text-gray-200 mt-4 mb-8"
<div
class="text-xl md:text-2xl font-medium text-center text-gray-600 dark:text-gray-200 mt-4 mb-8"
id="registerLabel"
>
Opprett ny bruker
</h3>
Opprett ny konto
</div>
<form>
<div
class="grid grid-cols-1 gap-6 mt-4"
......@@ -87,7 +88,7 @@ exports[`RegisterFormComponent renders correctly 1`] = `
<button
class="block text-white bg-primary-medium hover:bg-primary-dark focus:ring-4 focus:outline-none focus:ring-primary-light font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-primary-medium dark:hover:bg-primary-dark dark:focus:ring-primary-light"
>
Lagre
Opprett
</button>
</div>
</form>
......
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