一些按钮样式优化

This commit is contained in:
lutinglt
2025-07-06 19:28:54 +08:00
parent 0f8bfe6201
commit 3b0f481be7
3 changed files with 33 additions and 9 deletions

View File

@@ -16,11 +16,6 @@ export const button = css`
// 重新开启按钮
.ui.basic.primary.button#status-button {
color: ${themeVars.github.fgColor.success};
background-color: ${themeVars.color.button};
border-color: ${themeVars.color.light.border};
&:hover {
background-color: ${themeVars.color.hover.self};
}
}
}
`;