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