Remove top/bottom padding from project panel

Nathan Sobo and Max Brunsfeld created

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>

Change summary

zed/assets/themes/_base.toml | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

zed/assets/themes/_base.toml 🔗

@@ -162,6 +162,8 @@ corner_radius = 6
 [project_panel]
 extends = "$panel"
 entry = "$text.0"
+padding.left = "$panel.padding"
+padding.right = "$panel.padding"
 
 [selector]
 background = "$surface.0"