mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fix build, Add some color
This commit is contained in:
@@ -132,7 +132,7 @@ CircularProgressBar.defaultProps = {
|
||||
containerClassName: styles.circularProgressBarContainer,
|
||||
size: 60,
|
||||
strokeWidth: 5,
|
||||
strokeColor: colors.prowlarrYellow,
|
||||
strokeColor: colors.prowlarrOrange,
|
||||
showProgressText: false
|
||||
};
|
||||
|
||||
|
@@ -4,7 +4,8 @@
|
||||
align-items: center;
|
||||
flex: 0 0 auto;
|
||||
height: $headerHeight;
|
||||
background-color: #464b51;
|
||||
background-color: $prowlarrOrange;
|
||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
color: $white;
|
||||
}
|
||||
|
||||
@@ -16,8 +17,9 @@
|
||||
}
|
||||
|
||||
.appTitle {
|
||||
display: none;
|
||||
color: #555;
|
||||
font-size: 30px;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.logoFull,
|
||||
|
@@ -49,8 +49,8 @@ const links = [
|
||||
to: '/settings',
|
||||
children: [
|
||||
{
|
||||
title: translate('Indexers'),
|
||||
to: '/settings/indexers'
|
||||
title: translate('Apps'),
|
||||
to: '/settings/applications'
|
||||
},
|
||||
{
|
||||
title: translate('Connect'),
|
||||
|
Reference in New Issue
Block a user