kirbydesign / designsystem

Kirby Design System
https://cookbook.kirby.design
MIT License
82 stars 22 forks source link

[BUG] Button text is bold in iOS for buttons with type="submit" #3417

Open KemalPajevic opened 3 months ago

KemalPajevic commented 3 months ago

Describe the bug

If you have a kirby-button that has type="submit" then the button text will be bold in iOS. This is the case both in an iOS app and in Safari. On desktop this is not an issue, neither in Chrome nor Safari. I have not tested in Android.

Describe how to reproduce the bug

  1. Add a kirby-button to a component
  2. Set it's type to type="submit"
  3. Open the component in iOS
  4. See that the button text is bold

Which Kirby version was used?

9.2.1

What was the expected behavior?

The button text has regular weight.

Add any screenshots

IMG_5424

Please complete the following information:


Checklist:

The following tasks should be carried out in sequence in order to follow the process of contributing correctly.

Verification

To make sure the bug is not intended behaviour; it should be verified by a member of team Kirby before moving on to implementation.

Implementation

The contributor who wants to implement this issue should:

Review

Once the issue has been implemented and is ready for review: