forked from github/plane
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