Rework darkest color in base16, shadows, and add hoverPopover styleTree

This commit is contained in:
Keith Simmons
2022-06-07 11:47:38 -07:00
parent 0c4f798a2d
commit 02249dc2e8
8 changed files with 128 additions and 99 deletions
+2
View File
@@ -4,6 +4,7 @@ import {
border,
iconColor,
player,
popoverShadow,
text,
TextColor
} from "./components";
@@ -80,6 +81,7 @@ export default function editor(theme: Theme) {
cornerRadius: 8,
padding: 4,
border: border(theme, "secondary"),
shadow: popoverShadow(theme),
item: autocompleteItem,
hoveredItem: {
...autocompleteItem,