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 }) => (
2626 onChange = { props . changeActiveTabId }
2727 className = { classes . iconsBar }
2828 >
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 } } />
3232 </ Tabs >
3333 { props . activeTabId === 0 && (
3434 < div >
@@ -14691,7 +14691,10 @@ const styles = theme => ({
1469114691 iconsBar : {
1469214692 marginBottom : theme . spacing . unit * 4 ,
1469314693 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' ,
1469514698 } ,
1469614699 materailIcon : {
1469714700 display : "flex" ,
You can’t perform that action at this time.
0 commit comments