Skip to content

Commit

Permalink
update openapi.json & openapi-ts client, run pnpm format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 15, 2024
1 parent 69faaf3 commit 20069f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/DataInput/DataInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<svelte:component
this={component}
class={highlight
? 'border-primary-600 dark:border-primary-600 rounded border-2 ' + componentClass
? 'rounded border-2 border-primary-600 dark:border-primary-600 ' + componentClass
: componentClass}
bind:value
{...properties}
Expand Down

0 comments on commit 20069f5

Please sign in to comment.