Hide assistant gutter
This commit is contained in:
parent
8f6e67f440
commit
3904971bd8
7 changed files with 38 additions and 3 deletions
13
styles/src/styleTree/assistant.ts
Normal file
13
styles/src/styleTree/assistant.ts
Normal file
|
@ -0,0 +1,13 @@
|
|||
import { ColorScheme } from "../themes/common/colorScheme"
|
||||
import editor from "./editor"
|
||||
|
||||
export default function assistant(colorScheme: ColorScheme) {
|
||||
return {
|
||||
container: {
|
||||
background: editor(colorScheme).background,
|
||||
padding: {
|
||||
left: 10,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue