about summary refs log tree commit diff
diff options
context:
space:
mode:
-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>
     </>