Skip to content

Commit

Permalink
style: 🎨 change colors to improve contrast of input fields
Browse files Browse the repository at this point in the history
  • Loading branch information
seancfong committed Apr 3, 2024
1 parent 03c1834 commit 358927f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/creation/Creation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</h3>
</div>

<div class="w-full rounded-xl border p-6 md:px-14">
<div class="w-full rounded-xl border bg-white px-8 py-6 md:px-14">
<div class="flex flex-col gap-6">
<MeetingNameField />
<MeetingTimeField />
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Navbar {data} />

<main
class="flex h-[calc(100vh-1.5rem)] w-full flex-col gap-y-5 overflow-x-clip border-t-2 bg-white px-2 pb-6 md:gap-y-6 md:overflow-y-auto md:rounded-tl-xl md:px-4"
class="flex h-[calc(100vh-1.5rem)] w-full flex-col gap-y-5 overflow-x-clip border-t-2 bg-gray-50 px-2 pb-6 md:gap-y-6 md:overflow-y-auto md:rounded-tl-xl md:px-4"
>
<slot />
</main>
Expand Down

0 comments on commit 358927f

Please sign in to comment.