mirror of
https://github.com/franjsco/tick3t
synced 2025-06-05 22:19:18 +02:00
refactor: move component
This commit is contained in:
@@ -11,7 +11,7 @@ import {
|
||||
} from 'reactstrap';
|
||||
|
||||
const style = {
|
||||
borderRadius: "0px 20px 20px 0px",
|
||||
borderRadius: "0px 6px 6px 0px",
|
||||
backgroundImage: 'linear-gradient(to left, #0eaed3, #8346f6)',
|
||||
}
|
||||
|
||||
|
@@ -4,8 +4,8 @@ import {
|
||||
} from 'reactstrap';
|
||||
|
||||
const style = {
|
||||
borderRadius: 20,
|
||||
backgroundImage: 'linear-gradient(to left, #0eaed3, #8346f6)'
|
||||
borderRadius: 6,
|
||||
backgroundImage: 'linear-gradient(to left, #0eaed3, #8346f6)',
|
||||
};
|
||||
|
||||
const Button = (props) => {
|
@@ -9,7 +9,7 @@ import {
|
||||
import { Link } from 'react-router-dom';
|
||||
|
||||
const style = {
|
||||
borderRadius: 10
|
||||
borderRadius: 6
|
||||
};
|
||||
|
||||
const styleCardTitle = {
|
Reference in New Issue
Block a user