Skip to content

Commit 4b57b39

Browse files
authored
add color to domProps (#871)
1 parent 52266af commit 4b57b39

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/ReactDOM.re

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,8 @@ type domProps = {
10661066
[@mel.optional]
10671067
clipRule: option(string),
10681068
[@mel.optional]
1069+
color: option(string),
1070+
[@mel.optional]
10691071
colorInterpolation: option(string),
10701072
[@mel.optional]
10711073
colorInterpolationFilters: option(string),

src/ReactDOM.rei

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,8 @@ type domProps = {
10671067
[@mel.optional]
10681068
clipRule: option(string),
10691069
[@mel.optional]
1070+
color: option(string),
1071+
[@mel.optional]
10701072
colorInterpolation: option(string),
10711073
[@mel.optional]
10721074
colorInterpolationFilters: option(string),

0 commit comments

Comments
 (0)