fix(core): comment empty style issue (#13208)

fix BS-3618

#### PR Dependency Tree


* **PR #13208** 👈

This tree was auto-generated by
[Charcoal](https://github.com/danerwilliams/charcoal)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Style**
* Improved the appearance of the empty state in the comment sidebar by
centering the text and adjusting line spacing for better readability.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Peng Xiao
2025-07-15 10:48:33 +08:00
committed by GitHub
parent 812c199b45
commit 8ec4bbb298

View File

@@ -42,6 +42,8 @@ export const empty = style({
padding: 32,
display: 'flex',
alignItems: 'center',
textAlign: 'center',
lineHeight: '24px',
justifyContent: 'center',
color: cssVarV2('text/secondary'),
});