mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
add styling for home icon
This commit is contained in:
@@ -33,6 +33,9 @@ const styles = {
|
|||||||
flexStart: {
|
flexStart: {
|
||||||
flex: "1"
|
flex: "1"
|
||||||
},
|
},
|
||||||
|
homeIcon: {
|
||||||
|
lineHeight: "1.5rem"
|
||||||
|
},
|
||||||
buttonGroup: {
|
buttonGroup: {
|
||||||
alignSelf: "center",
|
alignSelf: "center",
|
||||||
paddingRight: "1rem"
|
paddingRight: "1rem"
|
||||||
@@ -94,6 +97,7 @@ class Breadcrumb extends React.Component<Props> {
|
|||||||
<li>
|
<li>
|
||||||
<Link to={baseUrl + "/" + revision + "/"}>
|
<Link to={baseUrl + "/" + revision + "/"}>
|
||||||
<Icon
|
<Icon
|
||||||
|
className={classes.homeIcon}
|
||||||
title={t("breadcrumb.home")}
|
title={t("breadcrumb.home")}
|
||||||
name="home"
|
name="home"
|
||||||
color="inherit"
|
color="inherit"
|
||||||
|
|||||||
Reference in New Issue
Block a user