Skip to content

Commit

Permalink
chore: Update font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
firejune committed Nov 5, 2023
1 parent df89550 commit 6e37d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[username]/Chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const borderRadius = 2
const textHeight = 13
const textWidth = 28 + boxMargin
const yearHeight = textHeight + (boxSize + boxMargin) * 7 + canvasMargin
const fontSize = '12px'
const fontSize = '10px'

const Chart = ({ data = [], scheme }: ChartProps) => {
const height = yearHeight + canvasMargin * 2
Expand Down

0 comments on commit 6e37d30

Please sign in to comment.