Dark theme asterisk not visible

pull/6560/head
Hariom Balhara 2023-02-16 13:35:12 +05:30
parent cdb5b4a9dd
commit 83610f8c1b
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ const WithLabel = ({
{field.type !== "boolean" && field.type !== "multiemail" && field.label && (
<div className="mb-2 flex items-center">
<Label className="!mb-0 flex items-center">{field.label}</Label>
<span className="ml-1 -mb-1 text-sm font-medium leading-none">
<span className="ml-1 -mb-1 text-sm font-medium leading-none dark:text-white">
{!readOnly && field.required ? "*" : ""}
</span>
</div>