mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
fix rebase error
This commit is contained in:
parent
79b9420017
commit
593c7a8cd1
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
import Theme from "../themes/common/theme";
|
import { ColorScheme } from "../themes/common/colorScheme";
|
||||||
import { backgroundColor } from "./components";
|
import { background } from "./components";
|
||||||
|
|
||||||
export default function workspace(theme: Theme) {
|
export default function workspace(colorScheme: ColorScheme) {
|
||||||
return {
|
return {
|
||||||
background: backgroundColor(theme, 300),
|
background: background(colorScheme.lowest.middle),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue