We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7e581 commit 719997dCopy full SHA for 719997d
example/capacitor/src/pages/Home.tsx
@@ -252,6 +252,10 @@ function AuthgearDemo() {
252
modalPresentationStyle: "fullScreen",
253
isInspectable: true,
254
},
255
+ android: {
256
+ actionBarBackgroundColor: 0x00ffffff,
257
+ actionBarButtonTintColor: 0xff000000,
258
+ },
259
})
260
: undefined,
261
isSSOEnabled,
0 commit comments