Skip to content

Commit

Permalink
Merge branch 'add-backend-connection-to-user-login' of github.com:ssc…
Browse files Browse the repository at this point in the history
…iwr/mondey-frontend-prototype into add-backend-connection-to-user-login
  • Loading branch information
MaHaWo committed Oct 16, 2024
2 parents 4fce6e6 + ebc9bb0 commit e1241e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/UserRegistration.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

<Button
type="submit"
class="dark:bg-primay-700 bg-primary-700 hover:bg-primary-800 dark:hover:bg-primary-800 w-full text-center text-sm text-white hover:text-white"
class="dark:bg-primay-700 w-full bg-primary-700 text-center text-sm text-white hover:bg-primary-800 hover:text-white dark:hover:bg-primary-800"
>{$_('registration.submitButtonLabel')}</Button
>
</form>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/lib/components/UserVerify.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
<Button
type="button"
class="dark:bg-primay-700 bg-primary-700 hover:bg-primary-800 dark:hover:bg-primary-800 w-full text-center text-sm text-white hover:text-white"
class="dark:bg-primay-700 w-full bg-primary-700 text-center text-sm text-white hover:bg-primary-800 hover:text-white dark:hover:bg-primary-800"
href="/"
>
{$_('registration.goHome')}
Expand Down

0 comments on commit e1241e6

Please sign in to comment.