contactsPopover.ts

1import Theme from "../themes/common/theme";
2import { backgroundColor } from "./components";
3
4export default function workspace(theme: Theme) {
5  return {
6    background: backgroundColor(theme, 300),
7  }
8}