fix(up-wip): ios radar button design (android regression)

This commit is contained in:
devthejo 2025-10-02 23:17:58 +02:00
parent c60b1ca1f9
commit fbe1a24d10

View file

@ -52,8 +52,8 @@ const useStyles = createStyles(({ wp, hp, theme: { colors, custom } }) => ({
shadowOpacity: 0.25, shadowOpacity: 0.25,
shadowRadius: 3.84, shadowRadius: 3.84,
minHeight: 48, // Match minimum touch target height minHeight: 48, // Match minimum touch target height
height: "100%", width: 48,
aspectRatio: 1, height: 48,
borderRadius: 8, borderRadius: 8,
overflow: Platform.select({ ios: "hidden", android: "visible" }), overflow: Platform.select({ ios: "hidden", android: "visible" }),
}, },