Skip to content

Commit

Permalink
[Radio] Change checked color to primary. (#6683)
Browse files Browse the repository at this point in the history
  • Loading branch information
khayong authored and oliviertassinari committed Apr 24, 2017
1 parent 0df74fb commit d3e7914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Radio/Radio.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d3e7914

Please sign in to comment.