Enlarge the view header, left align the title, and add a compose button

This commit is contained in:
Paul Frazee 2022-11-28 09:29:35 -06:00
parent cb5210d24d
commit 1784a4912d
5 changed files with 37 additions and 75 deletions

View file

@ -94,15 +94,17 @@ export function HomeIconSolid({
export function MagnifyingGlassIcon({
style,
size,
strokeWidth = 2,
}: {
style?: StyleProp<ViewStyle>
size?: string | number
strokeWidth?: number
}) {
return (
<Svg
fill="none"
viewBox="0 0 24 24"
strokeWidth={2}
strokeWidth={strokeWidth}
stroke="currentColor"
width={size || 24}
height={size || 24}