0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00

style: create workspace theming

This commit is contained in:
anmolsinghbhatia 2023-05-01 15:49:03 +05:30
parent ec63ce3b4d
commit 98cb844f17

View File

@ -122,6 +122,7 @@ export const CreateWorkspaceForm: React.FC<Props> = ({
`Name can only contain (" "), ( - ), ( _ ) & Alphanumeric characters.`,
}}
placeholder="e.g. My Workspace"
className="placeholder:text-brand-secondary"
error={errors.name}
/>
</div>