feat: add button style
This commit is contained in:
parent
4c0628612f
commit
0a043842d5
@ -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;
|
||||
|
@ -40,6 +40,7 @@ export const Theme: ThemeConfig = {
|
||||
controlOutlineWidth: 0,
|
||||
controlOutline: 'transparent',
|
||||
// primary button
|
||||
colorBorder: brandPrimary,
|
||||
colorPrimary: '#FF5A0C',
|
||||
colorTextLightSolid: white,
|
||||
colorPrimaryHover: brandPrimary,
|
||||
|
Loading…
Reference in New Issue
Block a user