move newskie to handle

This commit is contained in:
Hailey
2024-06-07 15:36:16 -07:00
parent 1c11bc9879
commit 150f2635b2
4 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ export function NewskieDialog({
)}
hitSlop={HITSLOP_10}
onPress={control.open}>
<Newskie size={32} />
<Newskie size={22} />
</Pressable>
<Dialog.Outer control={control}>
+1 -1
View File
@@ -3,7 +3,7 @@ import {View} from 'react-native'
import Svg, {Path} from 'react-native-svg'
export function Newskie({size}: {size: number}) {
return (
<View style={{height: size / 0.6, width: size}}>
<View style={{height: size, width: size}}>
<Svg fill="none" viewBox="0 0 21 11">
<Path
fill="#FFC404"