Skip to content

Commit

Permalink
fix: small ui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fcastrovilli committed May 2, 2024
1 parent 3acaf09 commit 91ebc35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/start.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<div class="h-screen w-screen flex items-center justify-center">
<button class="btn variant-ringed p-10 rounded-full" on:click={handleClick}>
<button class="btn p-10" on:click={handleClick}>
<h1 class="h1">Start</h1>
</button>
</div>
3 changes: 2 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
const drawerSettings: DrawerSettings = {
position: 'right',
width: 'w-full max-w-sm md:max-w-md'
width: 'w-full max-w-sm md:max-w-md',
padding: 'pl-20 py-4'
};
</script>

Expand Down

0 comments on commit 91ebc35

Please sign in to comment.