SwiftUI-Tooltip icon indicating copy to clipboard operation
SwiftUI-Tooltip copied to clipboard

Does not respect some of the config properties

Open devdalgic opened this issue 2 years ago • 1 comments

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:

  1. Create a Tooltip component.
  2. Use a config with these properties.

Expected behavior Tooltip should respect the config.

  • OS: iOS
  • SwiftUITootip 1.4

devdalgic avatar Jun 22 '23 05:06 devdalgic

this bug still happens

javazquezh avatar Nov 18 '23 02:11 javazquezh