We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4048448 commit 7fc078eCopy full SHA for 7fc078e
1 file changed
packages/client/src/reports/ReportTabs.tsx
@@ -204,10 +204,7 @@ export function ReportTabs() {
204
isDisabled ? "pointer-events-none" : ""
205
}`}
206
>
207
- <Tabs.List
208
- ref={containerRef}
209
- className="flex border-b border-gray-200 bg-white rounded-t-lg"
210
- >
+ <Tabs.List ref={containerRef} className="flex bg-white">
211
{visibleTabs.map((tab) => renderTab(tab))}
212
213
{overflowTabs.length > 0 && (
0 commit comments