mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Update to FontAwesome5
This commit is contained in:
@@ -51,7 +51,7 @@ class SelectedMenuItem extends Component {
|
||||
SelectedMenuItem.propTypes = {
|
||||
name: PropTypes.string,
|
||||
children: PropTypes.node.isRequired,
|
||||
selectedIconName: PropTypes.string.isRequired,
|
||||
selectedIconName: PropTypes.object.isRequired,
|
||||
isSelected: PropTypes.bool.isRequired,
|
||||
onPress: PropTypes.func.isRequired
|
||||
};
|
||||
|
||||
@@ -7,7 +7,5 @@
|
||||
}
|
||||
|
||||
.label {
|
||||
height: 14px;
|
||||
color: $toolbarLabelColor;
|
||||
font-size: $extraSmallFontSize;
|
||||
composes: label from 'Components/Page/Toolbar/PageToolbarButton.css';
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ function ToolbarMenuButton(props) {
|
||||
<div>
|
||||
<Icon
|
||||
name={iconName}
|
||||
size={22}
|
||||
size={21}
|
||||
/>
|
||||
|
||||
<div className={styles.label}>
|
||||
@@ -31,7 +31,7 @@ function ToolbarMenuButton(props) {
|
||||
}
|
||||
|
||||
ToolbarMenuButton.propTypes = {
|
||||
iconName: PropTypes.string.isRequired,
|
||||
iconName: PropTypes.object.isRequired,
|
||||
text: PropTypes.string
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user