yassinedoghri/marvel-jarvig

View on GitHub
src/components/Card/ActionBtn.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { Button } from "components";

const ActionBtn = Button.extend`
  width: ${props => (props.half ? "48%" : "100%")};
`;

export default ActionBtn;