Skip to content

Commit

Permalink
Remove 'variant' prop from TabButton tooltips.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Dec 26, 2024
1 parent 8f803d6 commit 0081c8a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const TabButton = ({tabName, Icon, onTabButtonClick}: TabButtonProps) => {
key={tabName}
placement={"right"}
title={TAB_DISPLAY_NAMES[tabName]}
variant={"outlined"}
>
<Tab
className={"sidebar-tab-button"}
Expand Down

0 comments on commit 0081c8a

Please sign in to comment.