diff --git a/src/styles/reset.css b/src/styles/reset.css index 88a17da..bf404f6 100644 --- a/src/styles/reset.css +++ b/src/styles/reset.css @@ -7,9 +7,6 @@ html, body { font-weight: 500 !important; } -.ant-btn-default { - border-color: #FF5A0C; -} .ant-btn.ant-btn-icon-only { width: 50px !important; diff --git a/src/theme/index.ts b/src/theme/index.ts index bf0ce60..139de25 100644 --- a/src/theme/index.ts +++ b/src/theme/index.ts @@ -40,6 +40,7 @@ export const Theme: ThemeConfig = { controlOutlineWidth: 0, controlOutline: 'transparent', // primary button + colorBorder: brandPrimary, colorPrimary: '#FF5A0C', colorTextLightSolid: white, colorPrimaryHover: brandPrimary,