about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-03-19 21:30:41 +0000
committerSamuel Newman <mozzius@protonmail.com>2024-03-19 21:30:41 +0000
commit717c53bea82cfe902af9d1ea17d43b4d8064de04 (patch)
tree17976e20fb8b16622d6af5599e02541a7aacac21
parentfd448a5fab2e5239abcf4504a1de24cb7aca700c (diff)
downloadvoidsky-717c53bea82cfe902af9d1ea17d43b4d8064de04.tar.zst
remove explicit height/width
-rw-r--r--src/components/forms/HostingProvider.tsx6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/components/forms/HostingProvider.tsx b/src/components/forms/HostingProvider.tsx
index c8cd7263f..c0dd7218e 100644
--- a/src/components/forms/HostingProvider.tsx
+++ b/src/components/forms/HostingProvider.tsx
@@ -57,11 +57,7 @@ export function HostingProvider({
             t.atoms.bg_contrast_100,
             {marginLeft: 'auto', left: 6, padding: 6},
           ]}>
-          <Pencil
-            style={{color: t.palette.contrast_500}}
-            height={18}
-            width={18}
-          />
+          <Pencil style={{color: t.palette.contrast_500}} />
         </View>
       </TouchableOpacity>
     </>