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 24, 2024
1 parent 7924f9b commit 40b88b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -49,7 +49,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
2 changes: 1 addition & 1 deletion frontend/src/lib/components/UserLogin.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<span class="container mx-auto w-full text-gray-700 dark:text-gray-400">Not registered?</span>
<a
href={`${base}/userLand/userRegistration`}
class="text-primary-700 dark:text-primary-500 hover:underline"
class="text-primary-700 hover:underline dark:text-primary-500"
>
Create account
</a>
Expand Down

0 comments on commit 40b88b8

Please sign in to comment.