import { theme } from "@local-logic/core/ui"; import { styled } from "styled-components"; export const SelectContainer = styled.div` display: flex; padding: ${theme["--ll-spacing-medium"]} 0; z-index: 4; `;