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 14, 2024
1 parent 0eff1dd commit 752349d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<!-- after example: https://flowbite-svelte.com/docs/forms/search-input#Search_with_dropdown -->
<div class="relative">
<Button
class="border-primary-700 h-full whitespace-nowrap rounded-e-none border border-e-0"
class="h-full whitespace-nowrap rounded-e-none border border-e-0 border-primary-700"
>
{searchCategory}
<ChevronDownOutline class="ms-2.5 h-2.5 w-2.5" />
Expand Down
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 752349d

Please sign in to comment.