mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 09:33:52 -07:00
Update to FontAwesome5
This commit is contained in:
parent
b0238c1af4
commit
afc4aeb25f
23 changed files with 258 additions and 5138 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue