diff --git a/src/components/KeyboardToolbar/index.tsx b/src/components/KeyboardToolbar/index.tsx index de2e21b1d5..35fbd74002 100644 --- a/src/components/KeyboardToolbar/index.tsx +++ b/src/components/KeyboardToolbar/index.tsx @@ -156,7 +156,7 @@ const KeyboardToolbar: React.FC = ({ {blur} {showArrows && ( - <> + = ({ type="next" /> - + )} @@ -222,14 +222,18 @@ const styles = StyleSheet.create({ width: "100%", flexDirection: "row", height: KEYBOARD_TOOLBAR_HEIGHT, - paddingHorizontal: 8, + }, + arrows: { + flexDirection: "row", + paddingLeft: 8, }, doneButton: { fontWeight: "600", fontSize: 15, }, doneButtonContainer: { - marginRight: 8, + marginRight: 16, + marginLeft: 8, }, });