mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-26 15:58:28 +00:00
[add] support for 'currentcolor' color
This commit is contained in:
@@ -193,6 +193,7 @@ function parsePercentage(str: string): number {
|
|||||||
|
|
||||||
var names = {
|
var names = {
|
||||||
/* @edit start */
|
/* @edit start */
|
||||||
|
currentcolor: 'currentcolor',
|
||||||
inherit: 'inherit',
|
inherit: 'inherit',
|
||||||
/* @edit end */
|
/* @edit end */
|
||||||
transparent: 0x00000000,
|
transparent: 0x00000000,
|
||||||
|
|||||||
Reference in New Issue
Block a user