fix(up-wip): ios radar button design (android regression)
This commit is contained in:
parent
c60b1ca1f9
commit
fbe1a24d10
1 changed files with 2 additions and 2 deletions
|
|
@ -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" }),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue