mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-07 11:30:30 -06:00
popover
This commit is contained in:
@@ -23,12 +23,7 @@ export default function Popover(props: PopoverProps) : React.JSX.Element {
|
||||
<TamaguiPopover.Content>
|
||||
<TamaguiPopover.Arrow />
|
||||
<TamaguiPopover.Close />
|
||||
<View
|
||||
backgroundColor={Colors.Background}
|
||||
borderColor={Colors.Secondary}
|
||||
>
|
||||
{ props.children }
|
||||
</View>
|
||||
</TamaguiPopover.Content>
|
||||
</TamaguiPopover>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user