Skip to content

Commit

Permalink
Merge branch 'add-userdata-backend-functionality' of github.com:ssciw…
Browse files Browse the repository at this point in the history
…r/mondey-frontend-prototype into add-userdata-backend-functionality
  • Loading branch information
MaHaWo committed Oct 21, 2024
2 parents 6bb64be + fd39f88 commit 9232751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/UserDataInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
{/each}
</form>
<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"
type="submit">{$_('userData.submitButtonLabel')}</Button
>
</Card>
Expand Down

0 comments on commit 9232751

Please sign in to comment.