app/components/avo/tab_switcher_component.html.erb in avo-2.17.1.pre.1.zeitwerk.eager.load.dir vs app/components/avo/tab_switcher_component.html.erb in avo-2.17.1.pre.2.customauthorizationclients

- old
+ new

@@ -18,10 +18,10 @@ <% end %> <% end %> </div> </div> <% else %> - <div class="flex flex-wrap gap-2 p-2 <%= white_panel_classes %>" data-target="tab-switcher" data-style="pills"> + <div class="flex flex-wrap gap-2 bg-white p-2" data-target="tab-switcher" data-style="pills"> <% visible_items.each do |tab| %> <%= a_link tab_path(tab), color: selected?(tab) ? :primary : :gray, style: selected?(tab) ? :outline : :text, size: :sm,