输入框, svg, 弹窗样式迁移

This commit is contained in:
lutinglt
2025-07-03 17:50:46 +08:00
parent 3015ce8696
commit 7bc47d0720
14 changed files with 109 additions and 121 deletions

View File

@@ -19,6 +19,7 @@ export const github = {
success: null,
/** 完成的文本颜色
* @issue `button` 关闭工单按钮文本颜色
* @svg `issueClosed` 工单已关闭图标颜色
*/
done: null,
},
@@ -32,6 +33,14 @@ export const github = {
emphasis: null,
},
},
borderColor: {
accent: {
/** 强调色
* @input `input` 输入框被选中时的边框颜色
*/
emphasis: null,
},
},
button: {
/** 普通按钮 */
default: {

View File

@@ -149,6 +149,6 @@ export const other = {
/** 背景色 */
bg: null,
},
/** 不知道啥玩意 dimmer 的背景色 */
/** 叠加背景色, 比如弹窗时遮蔽页面其他部分的背景色 */
overlayBackdrop: "color-overlay-backdrop",
};