Skip to content

Commit

Permalink
Merge branch 'add-forgot-password-component' of github.com:ssciwr/mon…
Browse files Browse the repository at this point in the history
…dey-frontend-prototype into add-forgot-password-component
  • Loading branch information
MaHaWo committed Oct 15, 2024
2 parents 83eb2d9 + 20069f5 commit d5a996d
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 d5a996d

Please sign in to comment.