Client:PortalSettings:OAuth: fix select group required color

This commit is contained in:
Timofey Boyko 2024-08-13 11:30:43 +03:00
parent 94d19ffdb8
commit 57ac4a729f

View File

@ -2,6 +2,7 @@ import React from "react";
import { Text } from "@docspace/shared/components/text";
import { SelectorAddButton } from "@docspace/shared/components/selector-add-button";
import { globalColors } from "@docspace/shared/themes";
import { StyledInputGroup } from "../ClientForm.styled";
@ -55,7 +56,8 @@ const SelectGroup = ({
color=""
textAlign=""
>
{label} *
{label}{" "}
<span style={{ color: globalColors.lightErrorStatus }}> *</span>
</Text>
</div>
<div className="select">