refactor: move style in Cell component
This commit is contained in:
@ -31,6 +31,11 @@ const StyledClickable = styled.div`
|
|||||||
:hover::before {
|
:hover::before {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const Container = styled.span`
|
const Container = styled.span`
|
||||||
|
|||||||
@ -8,11 +8,6 @@ import { defaultData } from './defaultData';
|
|||||||
const StyledPeopleContainer = styled.div`
|
const StyledPeopleContainer = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
a {
|
|
||||||
color: inherit;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
function People() {
|
function People() {
|
||||||
|
|||||||
Reference in New Issue
Block a user