Reinstate all of the contacts popovers' functionality in the new collaboration panel

This commit is contained in:
Max Brunsfeld
2023-07-28 13:24:43 -07:00
committed by Mikayla Maki
parent 7f9df6dd24
commit 969ecfcfa2
6 changed files with 1342 additions and 1577 deletions
+3 -3
View File
@@ -5,10 +5,10 @@ export default function contacts_popover(): any {
const theme = useTheme()
return {
background: background(theme.middle),
corner_radius: 6,
// background: background(theme.middle),
// corner_radius: 6,
padding: { top: 6, bottom: 6 },
shadow: theme.popover_shadow,
// shadow: theme.popover_shadow,
border: border(theme.middle),
width: 300,
height: 400,