Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(badge): implement typography #14001

Merged
merged 2 commits into from
Mar 26, 2024
Merged

feat(badge): implement typography #14001

merged 2 commits into from
Mar 26, 2024

Conversation

SisIvanova
Copy link
Collaborator

@SisIvanova SisIvanova commented Mar 20, 2024

Closes #

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

Comment on lines +1457 to +1460
@if $variant == 'indigo-design' {
%form-group-input--search {
padding-inline: pad-inline(rem(6px), rem(8px), rem(10px));
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intentional in the PR or is it a left over from another branch? I see that this PR specifically introduces changes to the badge typography.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is intentional. It fixes a bug introduced with the Indigo design changes PR (#13948). If needed I will make a separate PR for this.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sneaky, but ok.

Copy link
Collaborator

@simeonoff simeonoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments

@simeonoff simeonoff self-requested a review March 20, 2024 13:18
@simeonoff simeonoff added ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification labels Mar 20, 2024
@kdinev kdinev merged commit 53b56e1 into master Mar 26, 2024
5 of 6 checks passed
@kdinev kdinev deleted the sivanova/badge-typography branch March 26, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔡 typography badge Badge component design: verified ✅ status: verified Applies to PRs that have passed manual verification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants