feat(app): massive ui updates all over the place

This commit is contained in:
rektdeckard
2023-03-21 19:49:03 -06:00
parent 307a2f5c7b
commit bdc1996a07
37 changed files with 2726 additions and 892 deletions

View File

@@ -76,7 +76,7 @@ const IconGridItem = (props: IconGridItemProps) => {
tabIndex={0}
style={{
...style,
backgroundColor: isOpen ? "var(--translucent)" : undefined,
backgroundColor: isOpen ? "var(--background-layer)" : undefined,
}}
custom={delayRef}
transition={transition}