more fixes

This commit is contained in:
Hailey
2024-10-02 11:55:00 -07:00
parent f365ae004a
commit ca0888c633
6 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import {NormalizedRNGHPressable} from '#/components/NormalizedRNGHPressable'
export function BottomSheetButton({children, ...rest}: ButtonProps) {
return (
<Button {...rest} Component={NormalizedRNGHPressable}>
<Button {...rest} PressableComponent={NormalizedRNGHPressable}>
{children}
</Button>
)