Cycle message roles on click
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
ac7178068f
commit
ef7ec265c8
4 changed files with 106 additions and 51 deletions
|
@ -20,6 +20,9 @@ export default function assistant(colorScheme: ColorScheme) {
|
|||
assistantSender: {
|
||||
...text(layer, "sans", "accent", { size: "sm", weight: "bold" }),
|
||||
},
|
||||
systemSender: {
|
||||
...text(layer, "sans", "variant", { size: "sm", weight: "bold" }),
|
||||
},
|
||||
sentAt: {
|
||||
margin: { top: 2, left: 8 },
|
||||
...text(layer, "sans", "default", { size: "2xs" }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue