refactor: edit border radius - Card

This commit is contained in:
frab1t 2019-05-18 18:49:46 +02:00
parent b08d8461c9
commit cd22fd6a77
1 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,9 @@ import {
CardBody
} from 'reactstrap';
const style = {
borderRadius: 10
};
class Card extends Component {
constructor(props) {
@ -28,7 +31,8 @@ class Card extends Component {
return (
<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>
<CardTitle>