Skip to content

Commit

Permalink
Move active tab button indicator placement to the left.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Sep 18, 2024
1 parent bd3c94c commit fd1431f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const PanelTabs = forwardRef<HTMLDivElement, PanelTabsProps>((
<Tab
className={"sidebar-tab-button"}
color={"neutral"}
indicatorPlacement={"left"}
key={tabName}
title={TAB_DISPLAY_NAMES[TAB_NAME.FILE_INFO]}
value={tabName}
Expand Down

0 comments on commit fd1431f

Please sign in to comment.