diff --git a/components/dashboard/cells/DateCell.tsx b/components/dashboard/cells/DateCell.tsx index 0e9cb7f8..9465d4be 100644 --- a/components/dashboard/cells/DateCell.tsx +++ b/components/dashboard/cells/DateCell.tsx @@ -5,7 +5,7 @@ interface Props { date: string | null; } -const Wrapper = styled.div` +const Wrapper = styled.span` font-size: ${(props) => props.theme.fontSizeSm}; font-family: ${(props) => `${props.theme.fontFamilyTiny}, ${props.theme.fontFamilyFallback}`};