Client: PortalSettings: WhiteLabel: fix color

This commit is contained in:
Viktor Fomin 2022-12-23 23:33:58 +03:00
parent 8e5586e62a
commit 2e0ae0b040
2 changed files with 3 additions and 5 deletions

View File

@ -5,6 +5,7 @@ const WhiteLabelWrapper = styled.div`
.subtitle {
margin-top: 5px;
margin-bottom: 20px;
color: ${(props) => props.theme.client.settings.common.descriptionColor};
}
.header-container {

View File

@ -19,7 +19,7 @@ import {
generateLogo,
getLogoOptions,
uploadLogo,
} from "../../../utils/generateLogo";
} from "../../../utils/whiteLabelHelper";
import isEqual from "lodash/isEqual";
const WhiteLabel = (props) => {
@ -131,7 +131,6 @@ const WhiteLabel = (props) => {
};
const onSave = async () => {
console.log(logoUrlsWhiteLabel);
let logosArr = [];
for (let i = 0; i < logoUrlsWhiteLabel.length; i++) {
@ -174,9 +173,7 @@ const WhiteLabel = (props) => {
<LoaderWhiteLabel />
) : (
<WhiteLabelWrapper>
<Text className="subtitle" color="#657077">
{t("BrandingSubtitle")}
</Text>
<Text className="subtitle">{t("BrandingSubtitle")}</Text>
<div className="header-container">
<Text fontSize="16px" fontWeight="700">