Commit 9ba15036 authored by Riri Novita's avatar Riri Novita

rollback

parent 7b70ba52
/* .main-color{
.main-color{
background-color: #273b80 !important;
} */
}
.main-color{
/* .main-color{
background-color: #0b6b24 !important;
}
} */
.sub-color{
background-color: #f0f1f3 !important;
......@@ -71,7 +71,7 @@ const useStyles = makeStyles((theme) => ({
easing: theme.transitions.easing.sharp,
duration: theme.transitions.duration.enteringScreen,
}),
backgroundColor: '#0b6b24'
backgroundColor: '#273b80'
},
topleftClose: {
borderRight: 0,
......@@ -87,7 +87,7 @@ const useStyles = makeStyles((theme) => ({
},
padding: 20,
display: 'flex',
backgroundColor: '#0b6b24'
backgroundColor: '#273b80'
},
drawerOpen: {
width: drawerWidth,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -951,7 +951,7 @@ export default class MonthlyReport extends Component {
visibleOI: false,
visibleCF: false,
})
} else if (item === 'List of Credit Facilities') {
} else if (item === 'List Of Credit Facilities and Investment') {
this.setState({
visibleMonthlyReport: false,
visibleBS: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment