Modified the background of the bright color interface curve2

pull/136/head
tianlinzhong 2022-03-23 09:30:39 +08:00
parent 835235e3f9
commit 972a3265dd
2 changed files with 5 additions and 1 deletions

View File

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

View File

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