Closed James-9696 closed 3 weeks ago
The changes involve an update to the LESS variables in the vars.less
file for modal components. Specifically, the variable --tv-Modal-box-header-padding-bottom
has been changed from a variable reference (var(--tv-space-xl)
) to a fixed pixel value of 24px
. This adjustment standardizes the bottom padding of the modal header while leaving other variables unchanged, maintaining the overall structure and styling logic of the modal component.
File Path | Change Summary |
---|---|
packages/theme/src/modal/vars.less | Updated --tv-Modal-box-header-padding-bottom from var(--tv-space-xl) to 24px . |
enhancement
In a modal bright, with padding just right,
A change was made, to bring delight.
No more variable, just pixels in sight,
Now headers sit snug, all day and all night! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
New Features
Bug Fixes