improve volume and brightness gestures

This commit is contained in:
Jorrin
2024-03-22 19:55:36 +01:00
parent 945a9bf21d
commit f2fe68c31a
5 changed files with 70 additions and 82 deletions

View File

@@ -38,14 +38,14 @@ export const Header = () => {
: ""}
</Text>
<View
height={48}
width={144}
height="$3.5"
width="$11"
flexDirection="row"
alignItems="center"
justifyContent="center"
gap={2}
paddingHorizontal={16}
paddingVertical={8}
paddingHorizontal="$4"
paddingVertical="$1"
opacity={0.8}
backgroundColor="$pillBackground"
borderRadius={24}