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:
@@ -4,7 +4,7 @@ import {
|
|||||||
} from 'reactstrap';
|
} from 'reactstrap';
|
||||||
|
|
||||||
const style = {
|
const style = {
|
||||||
borderRadius: 6,
|
borderRadius: 8,
|
||||||
backgroundImage: 'linear-gradient(to left, #0eaed3, #8346f6)',
|
backgroundImage: 'linear-gradient(to left, #0eaed3, #8346f6)',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ import {
|
|||||||
import { Link } from 'react-router-dom';
|
import { Link } from 'react-router-dom';
|
||||||
|
|
||||||
const style = {
|
const style = {
|
||||||
borderRadius: 6
|
borderRadius: 8
|
||||||
};
|
};
|
||||||
|
|
||||||
const styleCardTitle = {
|
const styleCardTitle = {
|
||||||
|
Reference in New Issue
Block a user