Skip to content

Commit 0a27552

Browse files
piotrowskiLucberickson1
authored andcommitted
Adding px unit to fontSize animated text rule. (microsoft#195)
1 parent 1c6cc4a commit 0a27552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/Animated.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var animatedPropUnits: { [key: string]: string } = {
5353

5454
// AnimatedTextStyleRules
5555
color: '',
56-
fontSize: ''
56+
fontSize: 'px'
5757
};
5858

5959
// Every Animation subclass should extend this.

0 commit comments

Comments
 (0)