Fix build, Add some color

This commit is contained in:
Qstick
2020-10-19 13:15:50 -04:00
parent ad04d0d261
commit e671cce021
9 changed files with 14 additions and 47 deletions

View File

@@ -132,7 +132,7 @@ CircularProgressBar.defaultProps = {
containerClassName: styles.circularProgressBarContainer,
size: 60,
strokeWidth: 5,
strokeColor: colors.prowlarrYellow,
strokeColor: colors.prowlarrOrange,
showProgressText: false
};

View File

@@ -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,

View File

@@ -49,8 +49,8 @@ const links = [
to: '/settings',
children: [
{
title: translate('Indexers'),
to: '/settings/indexers'
title: translate('Apps'),
to: '/settings/applications'
},
{
title: translate('Connect'),