Skip to content

Commit 6991753

Browse files
committed
UI overhaul
1 parent d538a64 commit 6991753

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

app/charts/request-type-chart.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ const RequestTypesChart = (props) => {
3333
marker: {
3434
'colors': [
3535
'#c1e1dc',
36-
'#337bae',
36+
'#8369E3',
3737
'#ffeb94',
38-
'#2f496e',
38+
'#69C9E3',
3939
'#73605b',
4040
'#d09683',
4141
]

app/containers/SideBarContainer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const SidebarContainer = (props) => {
5252
};
5353

5454
return (
55-
<div className="left" color="red">
55+
<div className="left">
5656
<div className="leftTopContainer">
5757
<Header />
5858
<ServicesList

app/stylesheets/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ html {
1414

1515
body {
1616
/* background-color: #333; Original background*/
17-
background-color: #ba9a8e;
18-
background-image: linear-gradient(315deg, #ba9a8e 0%, #96705b 74%);
17+
background-color: white;
18+
1919
}
2020

2121
img {

app/stylesheets/sidebar.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
height: 1000px;
7474
color:white;
7575
font-family: 'Nunito', sans-serif;
76+
background-color: #24262F
7677
/* display: flex; */
7778
}
7879

0 commit comments

Comments
 (0)