Skip to content

Commit

Permalink
fix(radio): fix disabled status check style (#39165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 committed Dec 1, 2022
1 parent da097e6 commit a4153d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/radio/style/index.tsx
Expand Up @@ -484,7 +484,7 @@ export default genComponentStyleHook('Radio', (token) => {
const {
padding,
lineWidth,
colorBgContainerDisabled,
controlItemBgActiveDisabled,
colorTextDisabled,
colorBgContainer,
fontSize,
Expand Down Expand Up @@ -535,7 +535,7 @@ export default genComponentStyleHook('Radio', (token) => {
radioButtonHoverColor,
radioButtonActiveColor,
radioButtonPaddingHorizontal,
radioDisabledButtonCheckedBg: colorBgContainerDisabled,
radioDisabledButtonCheckedBg: controlItemBgActiveDisabled,
radioDisabledButtonCheckedColor,
radioWrapperMarginRight,
});
Expand Down

0 comments on commit a4153d5

Please sign in to comment.