diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-03-19 21:30:41 +0000 |
---|---|---|
committer | Samuel Newman <mozzius@protonmail.com> | 2024-03-19 21:30:41 +0000 |
commit | 717c53bea82cfe902af9d1ea17d43b4d8064de04 (patch) | |
tree | 17976e20fb8b16622d6af5599e02541a7aacac21 /src/components/forms/HostingProvider.tsx | |
parent | fd448a5fab2e5239abcf4504a1de24cb7aca700c (diff) | |
download | voidsky-717c53bea82cfe902af9d1ea17d43b4d8064de04.tar.zst |
remove explicit height/width
Diffstat (limited to 'src/components/forms/HostingProvider.tsx')
-rw-r--r-- | src/components/forms/HostingProvider.tsx | 6 |
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> </> |