import styled from 'styled-components/native';
import { SGradientCard } from '../../common/s-components/s-gradient-card';

export const SCardGradient = styled<any>(SGradientCard)`
  border-radius: ${8}px;
  height: ${100}px;
  opacity: ${0.4};
  width: ${198}px;
  z-index: 3;
`;
