mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
style: update font weight in project general setting section. (#2697)
This commit is contained in:
parent
1412c1c94a
commit
63d1ad286b
@ -200,7 +200,7 @@ export const ProjectDetailsForm: FC<IProjectDetailsForm> = (props) => {
|
|||||||
value={value}
|
value={value}
|
||||||
placeholder="Enter project description"
|
placeholder="Enter project description"
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
className="min-h-[102px] text-sm"
|
className="min-h-[102px] text-sm font-medium"
|
||||||
hasError={Boolean(errors?.description)}
|
hasError={Boolean(errors?.description)}
|
||||||
disabled={!isAdmin}
|
disabled={!isAdmin}
|
||||||
/>
|
/>
|
||||||
@ -236,7 +236,7 @@ export const ProjectDetailsForm: FC<IProjectDetailsForm> = (props) => {
|
|||||||
ref={ref}
|
ref={ref}
|
||||||
hasError={Boolean(errors.identifier)}
|
hasError={Boolean(errors.identifier)}
|
||||||
placeholder="Enter identifier"
|
placeholder="Enter identifier"
|
||||||
className="w-full"
|
className="w-full font-medium"
|
||||||
disabled={!isAdmin}
|
disabled={!isAdmin}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
@ -253,7 +253,7 @@ export const ProjectDetailsForm: FC<IProjectDetailsForm> = (props) => {
|
|||||||
value={value}
|
value={value}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
label={selectedNetwork?.label ?? "Select network"}
|
label={selectedNetwork?.label ?? "Select network"}
|
||||||
className="!border-custom-border-200 !shadow-none"
|
className="!border-custom-border-200 !shadow-none font-medium"
|
||||||
input
|
input
|
||||||
disabled={!isAdmin}
|
disabled={!isAdmin}
|
||||||
optionsClassName="w-full"
|
optionsClassName="w-full"
|
||||||
|
Loading…
Reference in New Issue
Block a user