Modified the background of the bright color interface curve2
parent
835235e3f9
commit
972a3265dd
|
@ -271,6 +271,10 @@ $theme-falcon-btn-colors: (
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-lightSlateGray {
|
||||||
|
color: #789 !important;
|
||||||
|
}
|
||||||
|
|
||||||
a.text-white {
|
a.text-white {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
|
|
||||||
|
|
|
@ -80,7 +80,7 @@ const LineChart = ({
|
||||||
<CardBody className="rounded-soft">
|
<CardBody className="rounded-soft">
|
||||||
<Row className="text-white align-items-center no-gutters">
|
<Row className="text-white align-items-center no-gutters">
|
||||||
<Col>
|
<Col>
|
||||||
<h4 className="mb-0" style={{color:'#789'}} >{reportingTitle}</h4>
|
<h4 className="text-lightSlateGray mb-0">{reportingTitle}</h4>
|
||||||
<p className="fs--1 font-weight-semi-bold">
|
<p className="fs--1 font-weight-semi-bold">
|
||||||
{baseTitle}
|
{baseTitle}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue