revert all the changes that are not needed'
This commit is contained in:
@@ -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} Component={NormalizedRNGHPressable}>
|
||||
{children}
|
||||
</Button>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user