move newskie to handle
This commit is contained in:
@@ -123,7 +123,7 @@ export function NewskieDialog({
|
||||
)}
|
||||
hitSlop={HITSLOP_10}
|
||||
onPress={control.open}>
|
||||
<Newskie size={32} />
|
||||
<Newskie size={22} />
|
||||
</Pressable>
|
||||
|
||||
<Dialog.Outer control={control}>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user