We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68331bc commit 5314527Copy full SHA for 5314527
1 file changed
packages/react-renderer-demo/src/components/component-example.js
@@ -147,6 +147,14 @@ const Root = styled('div')(({ theme }) => ({
147
[`& .${classes.variantTabs}`]: {
148
height: 49,
149
background: '#eaeaea',
150
+
151
+ '& .Mui-selected': {
152
+ color: 'black',
153
+ },
154
155
+ '& .MuiTabs-indicator': {
156
+ backgroundColor: '#f50057',
157
158
},
159
160
[`& .${classes.hidden}`]: {
0 commit comments