@@ -32,24 +32,14 @@ <h2>Step 1: Select Project Type</h2>
3232 < h3 > Template</ h3 >
3333 < p > Start with a basic robot program structure</ p >
3434 < div class ="card-icon ">
35- < svg viewBox ="0 0 24 24 " width ="48 " height ="48 ">
36- < path
37- fill ="currentColor "
38- d ="M14,17H7V15H14M17,13H7V11H17M17,9H7V7H17M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z "
39- />
40- </ svg >
35+ < i class ="codicon codicon-notebook-template "> </ i >
4136 </ div >
4237 </ div >
4338 < div class ="selection-card " data-value ="Example ">
4439 < h3 > Example</ h3 >
4540 < p > Start with a complete example project</ p >
4641 < div class ="card-icon ">
47- < svg viewBox ="0 0 24 24 " width ="48 " height ="48 ">
48- < path
49- fill ="currentColor "
50- d ="M8,16H16V18H8V16M8,12H16V14H8V12M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M18,20H6V4H13V9H18V20Z "
51- />
52- </ svg >
42+ < i class ="codicon codicon-notebook "> </ i >
5343 </ div >
5444 </ div >
5545 </ div >
@@ -70,17 +60,19 @@ <h2>Step 2: Select Language & Base</h2>
7060
7161 < div class ="project-row ">
7262 < div class ="project-label "> < b > Language</ b > </ div >
73- < div class ="select-wrapper ">
74- < select id ="language-select " class ="project-select " disabled >
63+ < div class ="select-wrapper vscode-select ">
64+ < i class ="codicon codicon-chevron-right chevron-icon "> </ i >
65+ < select id ="language-select " disabled >
7566 < option value ="" selected disabled > Select a language</ option >
7667 </ select >
7768 </ div >
7869 </ div >
7970
8071 < div class ="project-row ">
8172 < div class ="project-label "> < b > Project Base</ b > </ div >
82- < div class ="select-wrapper ">
83- < select id ="base-select " class ="project-select " disabled >
73+ < div class ="select-wrapper vscode-select ">
74+ < i class ="codicon codicon-chevron-right chevron-icon "> </ i >
75+ < select id ="base-select " disabled >
8476 < option value ="" selected disabled > Select a project base</ option >
8577 </ select >
8678 </ div >
0 commit comments