import styled from "styled-components"; export const ComboBox = styled.select` padding: 8px; border-radius: 2px; color: var(--secondary-foreground); background: var(--secondary-background); `;