Skip to content

Commit

Permalink
Remove incorrect style on NoteDialog (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvire authored Jan 16, 2025
1 parent a6911ef commit d62e2ce
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/lib/components/NoteDialog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,9 @@

<Modal bind:this={modal} {id} on:close={reset} useLabel={false}>
<svelte:fragment slot="content">
<div id="container" class="flex flex-col justify-evenly">
<div class="flex flex-col justify-evenly">
<div class="w-full flex justify-between">
<div
class="annotation-item-title w-full pb-3"
style:font-weight={editing ? 'normal' : 'bold'}
>
<div class="w-full pb-3" style:font-weight={editing ? 'normal' : 'bold'}>
{heading}
</div>
{#if !editing}
Expand Down

0 comments on commit d62e2ce

Please sign in to comment.