Skip to content

Commit

Permalink
🔧 Minor Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Jan 3, 2024
1 parent 76aedc6 commit 8dc3cb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/routes/builder/EditModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@
class="btn variant-filled"
on:click={() =>
(action = {
textValue: undefined,
textValue: '(Edit Text)',
event: {
type: EventType.View,
data: undefined
data: ''
}
})}><i class="fa-solid fa-plus mr-2"></i> Add Action</button
>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/builder/Grid.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
{#each item.data.actions as action}
{#if action}
<span
class="rounded-sm pt-2 pb-2 pr-5 pl-5 variant-filled flex-nowrap flex truncate h-fit lg:text-base text-xs"
class="rounded-sm pt-2 pb-2 pr-5 pl-5 variant-filled truncate h-fit lg:text-base text-xs"
>
{action.textValue}
{#if action.event}
Expand Down

0 comments on commit 8dc3cb4

Please sign in to comment.