Skip to content

Commit

Permalink
change ui, 'add problem' button
Browse files Browse the repository at this point in the history
  • Loading branch information
kjubik committed Jul 3, 2023
1 parent 342bb9e commit 9ec740e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion odyseja-ui/src/routes/panel/problem/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@

<header class="h-40 bg-neutral-100 flex items-center justify-between px-12 w-full">
<h2 class="text-4xl text-dark-500 font-medium">Problemy</h2>
<BasicButton text="Edytuj" icon="edit" />
<div class="flex gap-4">
<BasicButton text="Dodaj" icon="add"/>
<BasicButton text="Edytuj" icon="edit" />
</div>
</header>

<section class="-mt-8 relative w-11/12 mx-auto outline outline-1 outline-neutral-200 rounded bg-white px-6 py-6">
Expand Down

0 comments on commit 9ec740e

Please sign in to comment.