Skip to content

Commit d262852

Browse files
committed
fixup! Integrate new kav buttons to SwapCreateScene
1 parent 3ea886e commit d262852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/scenes/SwapCreateScene.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,8 @@ export const SwapCreateScene: React.FC<Props> = props => {
517517
hasNotifications
518518
scroll
519519
keyboardShouldPersistTaps="handled"
520-
kavProps={{
521-
alwaysVisible: false,
520+
dockProps={{
521+
keyboardVisibleOnly: true,
522522
children: (
523523
<KavButtons
524524
primary={{

0 commit comments

Comments
 (0)