refactor: move style in Cell component

This commit is contained in:
Sammy Teillet
2023-04-20 13:58:52 +02:00
parent f2dcffd8f0
commit 8555df6f3f
2 changed files with 5 additions and 5 deletions
@@ -31,6 +31,11 @@ const StyledClickable = styled.div`
:hover::before {
display: block;
}
a {
color: inherit;
text-decoration: none;
}
`;
const Container = styled.span`
-5
View File
@@ -8,11 +8,6 @@ import { defaultData } from './defaultData';
const StyledPeopleContainer = styled.div`
display: flex;
width: 100%;
a {
color: inherit;
text-decoration: none;
}
`;
function People() {