feat: add button style
This commit is contained in:
parent
4c0628612f
commit
0a043842d5
@ -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;
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user