fix: use fixed rem sizes for heading-xs and heading-xxs#641
Merged
Conversation
Convert text-heading-xs to 1rem (16px) and text-heading-xxs to 0.875rem (14px), replacing the responsive fontSize objects. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
robsongajunior
approved these changes
Jun 12, 2026
Contributor
|
🎉 This PR is included in version 2.4.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
robsongajunior
pushed a commit
that referenced
this pull request
Jun 12, 2026
## [3.7.0](https://github.com/aziontech/webkit/compare/@aziontech/webkit@3.6.0...@aziontech/webkit@3.7.0) (2026-06-12) ### Features * adding commit lint and enabling project scope ([#642](#642)) ([bd4eb4e](bd4eb4e)) ### Bug Fixes * add delete domain dialog template and panel border fix ([#628](#628)) ([168e8ed](168e8ed)) * **theme:** use fixed rem sizes for heading-xs and heading-xxs ([#641](#641)) ([f4867cb](f4867cb))
Contributor
|
🎉 This PR is included in version 3.7.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Convert the heading text styles from responsive
fontSizeobjects to fixedremvalues:text-heading-xs→1rem(16px)text-heading-xxs→0.875rem(14px)Also fixed the stray indentation on those two entries. Rebuilt the theme tokens (
dist/v3,dist/v4).