File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<form class =" mb-6" method =" post" >
22 <div class =" flex flex-col mb-4" >
3- <label class =" mb-2 font-bold text-lg text-grey-darkest " for =" command" >Command</label >
4- <input class =" py-2 px-3 text-grey-darkest " type =" text" name =" command" id =" command" >
3+ <label class =" mb-2 font-bold text-lg" for =" command" >Command</label >
4+ <input class =" py-2 px-3" type =" text" name =" command" id =" command" >
55 </div >
66 <div class =" flex flex-col mb-4" >
7- <label class =" mb-2 font-bold text-lg text-grey-darkest " for =" description" >Description</label >
8- <textarea class =" py-4 px-3 text-grey-darkest " name =" description" id =" description" ></textarea >
7+ <label class =" mb-2 font-bold text-lg" for =" description" >Description</label >
8+ <textarea class =" py-4 px-3" name =" description" id =" description" ></textarea >
99 </div >
1010 <div class =" flex flex-col mb-4" >
11- <label class =" mb-2 font-bold text-lg text-grey-darkest " for =" example" >Example</label >
12- <input class =" py-2 px-3 text-grey-darkest " type =" text" name =" example" id =" example" >
11+ <label class =" mb-2 font-bold text-lg" for =" example" >Example</label >
12+ <input class =" py-2 px-3" type =" text" name =" example" id =" example" >
1313 </div >
1414 <div class =" flex flex-col mb-4" >
15- <label class =" mb-2 font-bold text-lg text-grey-darkest " for =" ex_description" >Example Description</label >
16- <input class =" py-2 px-3 text-grey-darkest " type =" text" name =" ex_description" id =" ex_description" >
15+ <label class =" mb-2 font-bold text-lg" for =" ex_description" >Example Description</label >
16+ <input class =" py-2 px-3" type =" text" name =" ex_description" id =" ex_description" >
1717 </div >
1818 <button type =" submit" class =" text-lg p-2 rounded" >Add Command</button >
1919</form >
You can’t perform that action at this time.
0 commit comments