SwiftUI-Tooltip
SwiftUI-Tooltip copied to clipboard
Does not respect some of the config properties
Describe the bug The component does not seem to respect some of the properties in the config. The properties I've found to be problematic are:
- borderWidth
- margin
- showArrow
- contentPadding (all of them)
Steps to reproduce Steps to reproduce the behavior:
- Create a Tooltip component.
- Use a config with these properties.
Expected behavior Tooltip should respect the config.
- OS: iOS
- SwiftUITootip 1.4
this bug still happens