Browse Source

feat(issue-details): Use new 'floating' tab design (#75177)

this pr uses the new tab design introduced in
https://github.com/getsentry/sentry/pull/75029 for the streamlined event
navigation component
Richard Roggenkemper 7 months ago
parent
commit
b11fb60cb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/issueDetails/eventNavigation.tsx

+ 1 - 1
static/app/views/issueDetails/eventNavigation.tsx

@@ -123,7 +123,7 @@ export default function EventNavigation({event, group}: EventNavigationProps) {
     <div>
       <EventNavigationWrapper>
         <Tabs>
-          <TabList hideBorder>
+          <TabList hideBorder variant="floating">
             {Object.keys(EventNavLabels).map(label => {
               return (
                 <TabList.Item