Enlarge the view header, left align the title, and add a compose button
This commit is contained in:
parent
cb5210d24d
commit
1784a4912d
5 changed files with 37 additions and 75 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue