Skip to content

新UI的色值是硬编码,没有根据主题去切换,导致windows的Light模式看不清楚文字 #884

Description

@zhoukai12

.onboard-title {
margin: 14px 0 0;
font-size: clamp(26px, 3.2vw, 38px);
font-weight: 500;
letter-spacing: -0.015em;
line-height: 1.15;
color: #eef0f6;
opacity: 0;
}

.onboard-subtitle {
margin: 26px 0 0;
max-width: 480px;
font-size: 16px;
line-height: 1.65;
color: #8b91a5;
text-wrap: pretty;
}

预期color应该使用var(--text-primary)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions