added some margin in TabRow navigator because some icons were displayed onto the title

This commit is contained in:
Clément Le Bihan
2023-04-11 23:04:40 +02:00
parent 509d079bce
commit c4bc7c795c

View File

@@ -169,6 +169,7 @@ function TabNavigator({
as={options.iconProvider}
name={options.iconName}
size="xl"
mr="2"
/>
) : undefined
}