We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b406b6 commit 216b484Copy full SHA for 216b484
src/webview/src/App.js
@@ -791,6 +791,17 @@ export default class App extends Component {
791
// looks weird? fontWeightRegular: 'var(--vscode-font-weight)'
792
},
793
overrides: {
794
+ MuiRadio: {
795
+ colorPrimary: {
796
+ color: vscodeStyles.getPropertyValue('--vscode-button-background'),
797
+ '&:hover': {
798
+ color: vscodeStyles.getPropertyValue('--vscode-button-hoverBackground'),
799
+ },
800
+ '&$checked': {
801
802
+ }
803
804
805
MuiButton: {
806
textPrimary: {
807
color: vscodeStyles.getPropertyValue('--vscode-button-foreground'),
0 commit comments