Skip to content

Commit

Permalink
Merge branch 'floaty-effect-font-size' into 'master'
Browse files Browse the repository at this point in the history
Bring floaty effect text font size in line with core Foundry's

See merge request hooking/foundry-vtt---pathfinder-2e!7587
  • Loading branch information
stwlam committed Feb 28, 2022
2 parents 68372b9 + 739099c commit aff2790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/canvas/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export class TokenPF2e extends Token<TokenDocumentPF2e> {
direction: isAdded ? 2 : 1,
jitter: 0.25,
fill: "white",
fontSize: 32,
fontSize: 28,
stroke: 0x000000,
strokeThickness: 4,
},
Expand Down

0 comments on commit aff2790

Please sign in to comment.