Skip to content

Commit 719997d

Browse files
Configure action bar colors in Capacitor example
1 parent 4b7e581 commit 719997d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example/capacitor/src/pages/Home.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,10 @@ function AuthgearDemo() {
252252
modalPresentationStyle: "fullScreen",
253253
isInspectable: true,
254254
},
255+
android: {
256+
actionBarBackgroundColor: 0x00ffffff,
257+
actionBarButtonTintColor: 0xff000000,
258+
},
255259
})
256260
: undefined,
257261
isSSOEnabled,

0 commit comments

Comments
 (0)