Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit c5193b7

Browse files
committed
fix html like label font props
1 parent bcd71ee commit c5193b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/HtmlLike.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ export type TdProps = {
5656
};
5757

5858
export type FontProps = {
59-
color?: AttributesValue; // "color"
60-
face?: AttributesValue; // "fontname"
61-
point?: AttributesValue; // SIZE="value"
59+
COLOR?: AttributesValue; // "color"
60+
FACE?: AttributesValue; // "fontname"
61+
'POINT-SIZE'?: AttributesValue; // "value"
6262
};
6363

6464
export type BrProps = {

0 commit comments

Comments
 (0)