Show time in assistant messages

This commit is contained in:
Antonio Scandurra 2023-05-29 16:23:16 +02:00
parent 52e8bf2928
commit 890c42a75a
5 changed files with 22 additions and 3 deletions

View file

@ -18,6 +18,10 @@ export default function assistant(colorScheme: ColorScheme) {
},
assistant_sender: {
...text(layer, "sans", "accent", { size: "sm", weight: "bold" }),
},
sent_at: {
margin: { top: 2, left: 8 },
...text(layer, "sans", "default", { size: "2xs" }),
}
}
}