feat: add button style

This commit is contained in:
EleanorMao 2023-04-24 09:19:23 +08:00
parent 4c0628612f
commit 0a043842d5
2 changed files with 1 additions and 3 deletions

View File

@ -7,9 +7,6 @@ html, body {
font-weight: 500 !important; font-weight: 500 !important;
} }
.ant-btn-default {
border-color: #FF5A0C;
}
.ant-btn.ant-btn-icon-only { .ant-btn.ant-btn-icon-only {
width: 50px !important; width: 50px !important;

View File

@ -40,6 +40,7 @@ export const Theme: ThemeConfig = {
controlOutlineWidth: 0, controlOutlineWidth: 0,
controlOutline: 'transparent', controlOutline: 'transparent',
// primary button // primary button
colorBorder: brandPrimary,
colorPrimary: '#FF5A0C', colorPrimary: '#FF5A0C',
colorTextLightSolid: white, colorTextLightSolid: white,
colorPrimaryHover: brandPrimary, colorPrimaryHover: brandPrimary,