File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ const IconsPage = ({ classes, ...props }) => (
26
26
onChange = { props . changeActiveTabId }
27
27
className = { classes . iconsBar }
28
28
>
29
- < Tab label = "Material Icons" />
30
- < Tab label = "Font Awesome" />
31
- < Tab label = "Line Awesome" />
29
+ < Tab label = "Material Icons" classes = { { root : classes . tab } } />
30
+ < Tab label = "Font Awesome" classes = { { root : classes . tab } } />
31
+ < Tab label = "Line Awesome" classes = { { root : classes . tab } } />
32
32
</ Tabs >
33
33
{ props . activeTabId === 0 && (
34
34
< div >
@@ -14691,7 +14691,10 @@ const styles = theme => ({
14691
14691
iconsBar : {
14692
14692
marginBottom : theme . spacing . unit * 4 ,
14693
14693
borderBottom : '1px solid' ,
14694
- borderBottomColor : theme . palette . text . hint ,
14694
+ borderBottomColor : theme . palette . text . hint + '80' ,
14695
+ } ,
14696
+ tab : {
14697
+ color : theme . palette . primary . light + 'CC' ,
14695
14698
} ,
14696
14699
materailIcon : {
14697
14700
display : "flex" ,
You can’t perform that action at this time.
0 commit comments