1
0
mirror of https://github.com/franjsco/tick3t synced 2025-06-05 22:19:18 +02:00

refactor: edit border radius - Card

This commit is contained in:
frab1t
2019-05-18 18:49:46 +02:00
parent b08d8461c9
commit cd22fd6a77

View File

@ -6,6 +6,9 @@ import {
CardBody CardBody
} from 'reactstrap'; } from 'reactstrap';
const style = {
borderRadius: 10
};
class Card extends Component { class Card extends Component {
constructor(props) { constructor(props) {
@ -28,7 +31,8 @@ class Card extends Component {
return ( return (
<CardBootstrap <CardBootstrap
className={`${bodyAlign} shadow-sm p-3 mb-5 bg-white rounded`} className={`${bodyAlign} shadow-sm p-3 mb-5 bg-white`}
style={style}
> >
<CardBody> <CardBody>
<CardTitle> <CardTitle>