Skip to content

Commit

Permalink
pnpm format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 23, 2024
1 parent c44e0eb commit b2e22e1
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 @@ -50,7 +50,7 @@
<svelte:component
this={component}
class={highlight
? 'border-primary-600 dark:border-primary-600 border-2' + componentClass
? 'border-2 border-primary-600 dark:border-primary-600' + componentClass
: componentClass}
bind:value
{...properties}
Expand Down

0 comments on commit b2e22e1

Please sign in to comment.