style(QuickPanel): update font sizes and line height for improved readability

This commit is contained in:
kangfenmao 2025-04-12 16:41:39 +08:00
parent 1ed6320caf
commit ffe7702c1c

View File

@ -567,12 +567,12 @@ const QuickPanelFooterTips = styled.div<{ $footerWidth: number }>`
justify-content: flex-end;
flex-shrink: 0;
gap: 16px;
font-size: 10px;
font-size: 12px;
color: var(--color-text-3);
`
const QuickPanelFooterTitle = styled.div`
font-size: 11px;
font-size: 12px;
color: var(--color-text-3);
overflow: hidden;
text-overflow: ellipsis;
@ -635,7 +635,8 @@ const QuickPanelItemIcon = styled.span`
const QuickPanelItemLabel = styled.span`
flex: 1;
font-size: 12px;
font-size: 13px;
line-height: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;