Skip to content

Commit b11fb60

Browse files
authored
feat(issue-details): Use new 'floating' tab design (#75177)
this pr uses the new tab design introduced in #75029 for the streamlined event navigation component
1 parent 3a31bd7 commit b11fb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/issueDetails/eventNavigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export default function EventNavigation({event, group}: EventNavigationProps) {
123123
<div>
124124
<EventNavigationWrapper>
125125
<Tabs>
126-
<TabList hideBorder>
126+
<TabList hideBorder variant="floating">
127127
{Object.keys(EventNavLabels).map(label => {
128128
return (
129129
<TabList.Item

0 commit comments

Comments
 (0)