import styled, { css } from "styled-components";
const Desc = styled.div` position: relative; top: 5px; left: 44%; ${(props) => props.isChecked && css` color: rgb(167, 114, 125); font-weight: bold; `} `;