@@ -47,7 +47,7 @@ These tokens can be used to style the colors of the tutorial on a high level. Fo
47
47
48
48
The content refers to the main part of the lesson that contains the text and images.
49
49
50
- < Image src = { themingContent } alt = " Content" width = " 686 " />
50
+ ![ Content] ( ./images/theming-content.png )
51
51
52
52
| Token | Description |
53
53
| ---------------------------------------- | ----------------------------------------- |
@@ -60,7 +60,7 @@ Callouts are visual elements used to draw attention to specific information or p
60
60
61
61
For instanceof, here's an example of an info callout.
62
62
63
- < Image src = { themingCallout } alt = " Callout " width = " 621 " />
63
+ ![ Content ] ( ./images/theming-callout.png )
64
64
65
65
#### Tip
66
66
@@ -197,7 +197,7 @@ Panels are containers which can be resized and can hold different kind of compon
197
197
198
198
The panel header is the top part of the panel that contains the title, an icon, and optionally an action button.
199
199
200
- <Image src = { themingPanelHeader } alt = " Panel Header" width = " 342" />
200
+ <Image src = { themingPanelHeader } alt = " Panel Header" width = " 342" densities = { [ 2 ] } />
201
201
202
202
| Token | Description |
203
203
| -------------------------------------------- | ------------------------------------ |
@@ -243,7 +243,7 @@ The button in the header is shown at the right side of the header of the panel.
243
243
244
244
The file tree shows the relevant files of the lesson next to the text editor.
245
245
246
- <Image src = { themingFiletree } alt = " File Tree" width = " 283" />
246
+ <Image src = { themingFiletree } alt = " File Tree" width = " 283" densities = { [ 2 ] } />
247
247
248
248
| Token | Description |
249
249
| --------------------------------------------- | ---------------------------------------------------------------------- |
@@ -258,7 +258,7 @@ The file tree shows the relevant files of the lesson next to the text editor.
258
258
259
259
You can customize the appearance of the files in the file tree using the following tokens.
260
260
261
- <Image src = { themingFiletreeFile } alt = " File Tree File" width = " 283 " />
261
+ <Image src = { themingFiletreeFile } alt = " File Tree File" width = " 342 " densities = { [ 2 ] } />
262
262
263
263
264
264
| Token | Description |
@@ -277,7 +277,7 @@ You can customize the appearance of the files in the file tree using the followi
277
277
278
278
You can customize the appearance of the folders in the file tree using the following tokens.
279
279
280
- <Image src = { themingFileTreeFolder } alt = " File Tree Folder" width = " 283 " />
280
+ <Image src = { themingFileTreeFolder } alt = " File Tree Folder" width = " 342 " densities = { [ 2 ] } />
281
281
282
282
| Token | Description |
283
283
| ---------------------------------------------------- | ------------------------------------------------------ |
0 commit comments