Rework inline assistant

This commit is contained in:
Antonio Scandurra 2023-08-25 11:39:27 +02:00
parent b6035ee6a6
commit c1bd035875
14 changed files with 600 additions and 438 deletions

View file

@ -59,7 +59,7 @@ export default function assistant(): any {
background: background(theme.highest),
padding: { left: 12 },
},
modal: {
inline: {
border: border(theme.lowest, "on", {
top: true,
bottom: true,
@ -69,7 +69,8 @@ export default function assistant(): any {
text: text(theme.lowest, "mono", "on", { size: "sm" }),
placeholder_text: text(theme.lowest, "sans", "on", "disabled"),
selection: theme.players[0],
}
},
pending_edit_background: background(theme.highest, "positive"),
},
message_header: {
margin: { bottom: 4, top: 4 },