Skip to content

Commit

Permalink
Flowbite Tab Item fit and finish
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbrethorst committed Nov 6, 2024
1 parent 2dc3b7e commit cc6e658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/SearchPane.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
</script>

<div class={`modal-pane flex flex-col justify-between md:w-96 ${cssClasses}`}>
<Tabs tabStyle="underline">
<Tabs tabStyle="underline" contentClass="pt-2 pb-4 bg-gray-50 rounded-lg dark:bg-gray-800">
<TabItem open title="Stops and Stations">
<SearchField value={query} on:searchResults={handleSearchResults} />

Expand Down

0 comments on commit cc6e658

Please sign in to comment.