diff --git a/src/Radio/Radio.js b/src/Radio/Radio.js index 9bbfcf0994142e..8b7a21b75cd183 100644 --- a/src/Radio/Radio.js +++ b/src/Radio/Radio.js @@ -14,7 +14,7 @@ export const styleSheet = createStyleSheet('MuiRadio', (theme) => { color: theme.palette.text.secondary, }, checked: { - color: theme.palette.accent[500], + color: theme.palette.primary[500], }, disabled: { color: theme.palette.action.disabled,