Closed Youyou-smiles closed 1 month ago
The changes involve updates to CSS custom properties in the vars.less
files for the skeleton item and skeleton component styling. Modifications include adjustments to the heights and sizes of skeleton items, as well as the width and height of the skeleton title. These updates aim to enhance the visual consistency and alignment of the skeleton components.
File Path | Change Summary |
---|---|
packages/theme/src/skeleton-item/vars.less |
- Updated --ti-skeleton-item-square-height from var(--ti-common-size-4x) to var(--ti-common-size-7x) - Updated --ti-skeleton-item-circle-border-radius from var(--ti-common-border-radius-3, 50%) to 50% - Updated --ti-skeleton-item-circle-medium-size from var(--ti-common-size-10x) to var(--ti-common-size-12x) |
packages/theme/src/skeleton/vars.less |
- Updated --ti-skeleton-title-width from 20% to 240px - Updated --ti-skeleton-title-height from var(--ti-common-space-6x) to 48px |
enhancement
In the land of code where rabbits hop,
Skeletons rise, with height they crop.
Borders round and sizes grow,
A theme of SMB, in style they glow.
Hooray for changes, let’s give a cheer,
For better designs, we hold so dear! 🐇✨
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