More styling

This commit is contained in:
Antonio Scandurra 2023-08-25 17:51:13 +02:00
parent c4966ff57a
commit 7c5200e757
2 changed files with 19 additions and 29 deletions

View file

@ -60,13 +60,14 @@ export default function assistant(): any {
padding: { left: 12 },
},
inline: {
margin: { top: 3, bottom: 3 },
border: border(theme.lowest, "on", {
top: true,
bottom: true,
overlay: true,
}),
editor: {
text: text(theme.lowest, "mono", "on", { size: "sm" }),
text: text(theme.highest, "mono", "default", { size: "sm" }),
placeholder_text: text(theme.lowest, "sans", "on", "disabled"),
selection: theme.players[0],
},