优化按钮样式

This commit is contained in:
lutinglt
2025-07-11 22:26:39 +08:00
parent 1c05717011
commit efe5e6ecbb
4 changed files with 5 additions and 15 deletions

View File

@@ -18,6 +18,9 @@ export const baseButton = css`
min-height: 30px;
font-weight: 500;
padding: 9px 16px;
&.ui {
gap: 8px;
}
}
.ui.button:not(.primary):not(.red) svg {
color: ${themeVars.color.text.light.num1};