You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/web/src/styles/antd/theme.less

10 lines
193 B
Plaintext

// antd 主题色支持
.tailchat-app {
--tc-primary-color: rgb(24, 144, 255);
.ant-btn-primary {
background: var(--tc-primary-color);
border-color: var(--tc-primary-color);
}
}