Skip to content

Commit e4acf20

Browse files
committed
style: tcg
1 parent 6484b39 commit e4acf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/apps/TcgCardGeneratorPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ const TcgCardGeneratorPage = () => {
206206

207207
// Text: HP
208208
ctx.fillStyle = '#ff0055';
209-
ctx.font = 'bold 22px "Arvo", serif';
209+
ctx.font = 'bold 20px "Arvo", serif';
210210
ctx.textAlign = 'right';
211211
ctx.shadowColor = '#ff0055';
212212
ctx.shadowBlur = 8;

0 commit comments

Comments
 (0)