We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a5bf2 commit 2ef6c5cCopy full SHA for 2ef6c5c
src/style/borderRadiuses.ts
@@ -15,6 +15,7 @@ export const BorderRadiusesLiterals /* : IBorderRadiusesLiterals */ = {
15
br40: 12,
16
br50: Constants.isIOS ? 15 : 16,
17
br60: 20,
18
+ br90: 32,
19
br100: 999
20
};
21
0 commit comments