Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
lilia1891 committed Jan 14, 2025
1 parent c2509a5 commit 98dcfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/cells/DateCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}`};
Expand Down

0 comments on commit 98dcfce

Please sign in to comment.