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

refactor: edit radius (button, card)

This commit is contained in:
Francesco Esposito
2019-11-09 17:43:45 +01:00
parent 505b2ef6af
commit f1aca44f09
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import {
} from 'reactstrap';
const style = {
borderRadius: 6,
borderRadius: 8,
backgroundImage: 'linear-gradient(to left, #0eaed3, #8346f6)',
};

View File

@@ -9,7 +9,7 @@ import {
import { Link } from 'react-router-dom';
const style = {
borderRadius: 6
borderRadius: 8
};
const styleCardTitle = {