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

This commit is contained in:
devthejo 2025-10-02 23:17:58 +02:00
parent 80f6d1d20d
commit 74c3326376
No known key found for this signature in database
GPG key ID: 00CCA7A92B1D5351

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" }),
}, },