Skip to content

Commit

Permalink
docs: add info about the tertiary button "visual" breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker authored and langz committed Feb 22, 2023
1 parent eefa84a commit 4df8d93
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ v10 of @dnb/eufemia contains _breaking changes_. As a migration process, you can

1. Find the `target_blank_title` property and replace it with `targetBlankTitle`.

### [Button](/uilib/components/button)

1. The padding of the `teriary` button is removed. Please, check your application and add back the padding of `0.5rem` if needed.

### [Tooltip](/uilib/components/tooltip)

1. Find the `target_element` property and replace it with `targetElement`.
Expand Down

0 comments on commit 4df8d93

Please sign in to comment.