Fix border on channel select menu

Nate created

Change summary

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

Detailed changes

zed/assets/themes/_base.toml 🔗

@@ -85,7 +85,7 @@ padding.left = 0
 [chat_panel.channel_select.menu]
 padding = 4
 corner_radius = 6
-border = { color = "#000000", width = 1 }
+border = { color = "$border.0", width = 1 }
 background = "$surface.0"
 
 [chat_panel.input_editor]