fix issue with text component and adjust layer selections some more
This commit is contained in:
parent
b7c439f4c4
commit
2aa2e5af7a
3 changed files with 8 additions and 7 deletions
|
@ -2,7 +2,7 @@ import { ColorScheme } from "../themes/common/colorScheme";
|
|||
import { background, border, borderColor, text } from "./components";
|
||||
|
||||
export default function contextMenu(colorScheme: ColorScheme) {
|
||||
let layer = colorScheme.lowest;
|
||||
let layer = colorScheme.middle;
|
||||
return {
|
||||
background: background(layer),
|
||||
cornerRadius: 10,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue