chore: update shortcut view

This commit is contained in:
Steven
2023-06-25 22:14:04 +08:00
parent 8c48ec0679
commit cffd6b1431
5 changed files with 52 additions and 25 deletions

View File

@@ -128,11 +128,10 @@ const CreateShortcutDialog: React.FC<Props> = (props: Props) => {
Name <span className="text-red-600">*</span>
</span>
<div className="relative w-full">
<span className="absolute z-1 top-2 left-3 text-gray-400">s/</span>
<Input
className="w-full !pl-7"
className="w-full"
type="text"
placeholder="shortcut-name"
placeholder="Unique shortcut name"
value={state.shortcutCreate.name}
onChange={handleNameInputChange}
/>