fix alignment of icon on web

This commit is contained in:
Hailey
2024-06-10 10:50:04 -07:00
parent 234ef1bc85
commit fe842ac2d2
+7 -1
View File
@@ -3,7 +3,13 @@ import {View} from 'react-native'
import Svg, {Path} from 'react-native-svg'
export function Newskie({size}: {size: number}) {
return (
<View style={{height: size, width: size}}>
<View
style={{
height: size,
width: size,
alignItems: 'center',
justifyContent: 'center',
}}>
<Svg fill="none" viewBox="0 0 21 11">
<Path
fill="#FFC404"