diff --git a/tokens/schema/skin-schema.json b/tokens/schema/skin-schema.json index 674d0c3090..77159b2619 100644 --- a/tokens/schema/skin-schema.json +++ b/tokens/schema/skin-schema.json @@ -924,7 +924,7 @@ "patternProperties": { "value": { "type": "string", - "pattern": "^(0|2|4|8|12|16|20|24|32|circle|999|(0|4|8|12|16|20|24|32) (0|4|8|12|16|20|24|32) (0|4|8|12|16|20|24|32) (0|4|8|12|16|20|24|32))$" + "pattern": "^(0|2|4|8|10|12|16|20|24|32|circle|999|(0|4|8|10|12|16|20|24|32) (0|4|8|10|12|16|20|24|32) (0|4|8|10|12|16|20|24|32) (0|4|8|10|12|16|20|24|32))$" }, "type": { "const": "borderRadius" diff --git a/tokens/vivo-new.json b/tokens/vivo-new.json index d7d0e952da..e41f4f14a9 100644 --- a/tokens/vivo-new.json +++ b/tokens/vivo-new.json @@ -2799,11 +2799,11 @@ "type": "borderRadius" }, "checkbox": { - "value": "2", + "value": "4", "type": "borderRadius" }, "container": { - "value": "16", + "value": "24", "type": "borderRadius" }, "indicator": { @@ -2815,27 +2815,27 @@ "type": "borderRadius" }, "tag": { - "value": "24", + "value": "10", "type": "borderRadius" }, "input": { - "value": "12", + "value": "16", "type": "borderRadius" }, "legacyDisplay": { - "value": "16", + "value": "24", "type": "borderRadius" }, "popup": { - "value": "8", + "value": "16", "type": "borderRadius" }, "sheet": { - "value": "16", + "value": "24", "type": "borderRadius" }, "mediaSmall": { - "value": "8", + "value": "12", "type": "borderRadius" } },