Skip to content

Commit 66aa1fb

Browse files
authored
Merge pull request #1182 from rvsia/fixTabVariantColor
Fix variant tab color
2 parents 68331bc + 5314527 commit 66aa1fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/react-renderer-demo/src/components/component-example.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,14 @@ const Root = styled('div')(({ theme }) => ({
147147
[`& .${classes.variantTabs}`]: {
148148
height: 49,
149149
background: '#eaeaea',
150+
151+
'& .Mui-selected': {
152+
color: 'black',
153+
},
154+
155+
'& .MuiTabs-indicator': {
156+
backgroundColor: '#f50057',
157+
},
150158
},
151159

152160
[`& .${classes.hidden}`]: {

0 commit comments

Comments
 (0)