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