Reinstate all of the contacts popovers' functionality in the new collaboration panel
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user