Playing around

This commit is contained in:
Eric Bailey
2024-12-10 21:09:50 -06:00
parent 4d380a0da1
commit f58a7fafa1
3 changed files with 164 additions and 90 deletions
+1
View File
@@ -76,6 +76,7 @@ export type ButtonProps = Pick<
| 'onHoverOut'
| 'onPressIn'
| 'onPressOut'
| 'onLayout'
> &
AccessibilityProps &
VariantProps & {
+2 -1
View File
@@ -74,6 +74,7 @@ export function Content({
style={[
a.flex_1,
a.justify_center,
a.z_20,
isIOS && align === 'platform' && a.align_center,
{minHeight: HEADER_SLOT_SIZE},
]}>
@@ -88,7 +89,7 @@ export function Slot({children}: {children?: React.ReactNode}) {
return (
<View
style={[
a.z_50,
a.z_10,
{
width: HEADER_SLOT_SIZE,
},