Skip to content

Commit

Permalink
add button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
MaHaWo committed Oct 15, 2024
1 parent 69faaf3 commit 83eb2d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/lib/components/UserForgotPassword.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
</div>
<div class="m-2 flex w-full items-center justify-center p-2">
<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"
size="md"
type="button"
on:click={(event) => {
Expand Down

0 comments on commit 83eb2d9

Please sign in to comment.