From 0a043842d55e46394d8ed3e1b042c77a987e5082 Mon Sep 17 00:00:00 2001 From: EleanorMao Date: Mon, 24 Apr 2023 09:19:23 +0800 Subject: [PATCH] feat: add button style --- src/styles/reset.css | 3 --- src/theme/index.ts | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) 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,