Skip to content

Commit

Permalink
Merge branch 'add-checkboxes-to-data-input' of github.com:ssciwr/mond…
Browse files Browse the repository at this point in the history
…ey-frontend-prototype into add-checkboxes-to-data-input
  • Loading branch information
MaHaWo committed Sep 23, 2024
2 parents d3c3541 + b2e22e1 commit d18ee2c
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 d18ee2c

Please sign in to comment.