import { styled } from "styled-components"; import { Popover } from "@local-logic/core/ui"; export const TextContainer = styled.div` display: flex; align-items: flex-start; justify-content: space-between; `; export const Content = styled(Popover.Content)` z-index: 20; `;