Skip to content

Commit

Permalink
Update packages/solid/components/Keyboard/Keyboard.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Carolyn Moneymaker <[email protected]>
  • Loading branch information
francescochiapello and cee-money authored Sep 25, 2024
1 parent 7b90363 commit 548e4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/solid/components/Keyboard/Keyboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import type { KeyboardProps } from './Keyboard.types.js';
import formats from './formats.js';

const Keyboard: Component<KeyboardProps> = (props: KeyboardProps) => {
return <KeyboardBase {...props} formats={props.formats} />;
return <KeyboardBase {...props} formats={formats.simple} />;
};

export { formats };
Expand Down

0 comments on commit 548e4f9

Please sign in to comment.