Open esther615kim opened 2 years ago
background: ${({ bg }:{bg:string}) => bg || "#fff"};
fixed height: ${({ height }:{height?:string|undefined}) => height || "10rem"};
background: ${({ bg }:{bg:string}) => bg || "#fff"};