File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 123
123
124
124
<div class ={` modal-pane flex flex-col justify-between md:w-96 ${cssClasses } ` }>
125
125
<Tabs tabStyle =" underline" contentClass =" pt-2 pb-4 bg-gray-50 rounded-lg dark:bg-black" >
126
- <TabItem open title ={$t (' tabs.stops-and-stations' )} on:click ={handleTabSwitch }>
126
+ <TabItem
127
+ activeClasses =" tab-container__item--active p-4"
128
+ open
129
+ title ={$t (' tabs.stops-and-stations' )}
130
+ on:click ={handleTabSwitch }
131
+ >
127
132
<SearchField value ={query } {handleSearchResults } />
128
133
129
134
{#if query }
182
187
</TabItem >
183
188
184
189
{#if env .PUBLIC_OTP_SERVER_URL }
185
- <TabItem title ={$t (' tabs.plan_trip' )} on:click ={handlePlanTripTabClick } disabled ={! mapLoaded }>
190
+ <TabItem
191
+ activeClasses =" tab-container__item--active p-4"
192
+ title ={$t (' tabs.plan_trip' )}
193
+ on:click ={handlePlanTripTabClick }
194
+ disabled ={! mapLoaded }
195
+ >
186
196
<TripPlan {mapProvider } {handleTripPlan } />
187
197
</TabItem >
188
198
{/if }
You can’t perform that action at this time.
0 commit comments