Update styling of nav buttons (width, corner_radius)

Piotr Osiewicz and Kyle created

Co-authored-by: Kyle <kyle@zed.dev>

Change summary

styles/src/style_tree/tab_bar.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

styles/src/style_tree/tab_bar.ts 🔗

@@ -88,8 +88,8 @@ export default function tab_bar(): any {
         base: {
             color: foreground(theme.highest, "on"),
             icon_width: 12,
-            button_width: 24,
-            corner_radius: 6,
+
+            button_width: active_pane_active_tab.height,
         },
         state: {
             hovered: {