diff --git a/src/renderer/src/components/tab-bar/TabBar.tsx b/src/renderer/src/components/tab-bar/TabBar.tsx index 5cd393bf2..6389abcf7 100644 --- a/src/renderer/src/components/tab-bar/TabBar.tsx +++ b/src/renderer/src/components/tab-bar/TabBar.tsx @@ -294,7 +294,7 @@ function TabBarInner({ { @@ -321,7 +321,7 @@ function TabBarInner({ focusTerminalTabSurface(newActiveTabId) } }} - className="gap-2 rounded-[7px] px-2 py-0.5 text-[12px] leading-5 font-medium" + className="gap-2 rounded-[7px] px-2 py-1.5 text-[12px] leading-5 font-medium" > New Terminal @@ -329,7 +329,7 @@ function TabBarInner({ New Browser Tab @@ -338,7 +338,7 @@ function TabBarInner({ {onNewFileTab && ( New Markdown