Clean up tooltips, create conversation on cmd-n

Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
Nathan Sobo
2023-06-28 10:27:29 +02:00
co-authored by Antonio Scandurra
parent d41a7f41fb
commit f52d3ea5ef
4 changed files with 68 additions and 39 deletions
+1 -2
View File
@@ -26,7 +26,7 @@ export default function assistant(colorScheme: ColorScheme) {
},
},
container: {
padding: { left: 8.5, right: 8.5 },
padding: { left: 12, right: 8.5 },
}
},
state: {
@@ -170,7 +170,6 @@ export default function assistant(colorScheme: ColorScheme) {
}
}),
title: {
margin: { left: 12 },
...text(layer, "sans", "default", { size: "sm" })
},
savedConversation: {