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:
parent
ec63ce3b4d
commit
98cb844f17
@ -122,6 +122,7 @@ export const CreateWorkspaceForm: React.FC<Props> = ({
|
|||||||
`Name can only contain (" "), ( - ), ( _ ) & Alphanumeric characters.`,
|
`Name can only contain (" "), ( - ), ( _ ) & Alphanumeric characters.`,
|
||||||
}}
|
}}
|
||||||
placeholder="e.g. My Workspace"
|
placeholder="e.g. My Workspace"
|
||||||
|
className="placeholder:text-brand-secondary"
|
||||||
error={errors.name}
|
error={errors.name}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user