Skip to content

Commit fe6c0a1

Browse files
committed
feat(borderRadiuses): add br70 radius value (#3798)
1 parent 2ef6c5c commit fe6c0a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/style/borderRadiuses.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export const BorderRadiusesLiterals /* : IBorderRadiusesLiterals */ = {
1515
br40: 12,
1616
br50: Constants.isIOS ? 15 : 16,
1717
br60: 20,
18+
br70: 24,
1819
br90: 32,
1920
br100: 999
2021
};

0 commit comments

Comments
 (0)