feat(app): massive ui updates all over the place
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user