Merge branch 'hailey/dialogs-pt8' into hailey/dialogs-pt9

This commit is contained in:
Hailey
2024-10-02 17:17:46 -07:00
44 changed files with 419 additions and 481 deletions
-12
View File
@@ -1,12 +0,0 @@
import React from 'react'
import {Button, ButtonProps} from '#/components/Button'
import {NormalizedRNGHPressable} from '#/components/NormalizedRNGHPressable'
export function BottomSheetButton({children, ...rest}: ButtonProps) {
return (
<Button {...rest} PressableComponent={NormalizedRNGHPressable}>
{children}
</Button>
)
}