flattened layers and elevations
This commit is contained in:
parent
0d9eecd2ed
commit
e3809c267d
26 changed files with 203 additions and 398 deletions
|
@ -2,7 +2,7 @@ import { ColorScheme } from "../themes/common/colorScheme";
|
|||
import { background, foreground, text } from "./components";
|
||||
|
||||
export default function projectPanel(colorScheme: ColorScheme) {
|
||||
let layer = colorScheme.lowest.middle;
|
||||
let layer = colorScheme.middle;
|
||||
return {
|
||||
background: background(layer),
|
||||
padding: { left: 12, right: 12, top: 6, bottom: 6 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue