import styled from 'cxs/x' import Btn from './Btn' const BtnOutline = styled(Btn)({ boxShadow: 'inset 0 0 0 2px', color: 'inherit !important', backgroundColor: 'transparent !important', }) export default BtnOutline