WIP
This commit is contained in:
parent
cbf7160054
commit
805e44915c
3 changed files with 10 additions and 12 deletions
|
@ -60,14 +60,11 @@ export default function assistant(): any {
|
|||
padding: { left: 12 },
|
||||
},
|
||||
modal: {
|
||||
background: background(theme.lowest),
|
||||
border: border(theme.lowest),
|
||||
shadow: theme.modal_shadow,
|
||||
corner_radius: 12,
|
||||
padding: { left: 12, right: 0, top: 12, bottom: 12 },
|
||||
margin: { right: 12 },
|
||||
width: 500,
|
||||
editor_max_lines: 6,
|
||||
border: border(theme.lowest, "on", {
|
||||
top: true,
|
||||
bottom: true,
|
||||
overlay: true,
|
||||
}),
|
||||
editor: {
|
||||
text: text(theme.lowest, "mono", "on", { size: "sm" }),
|
||||
placeholder_text: text(theme.lowest, "sans", "on", "disabled"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue