Skip to content

Commit 9397e9a

Browse files
chore: divide width by 3
1 parent 398e124 commit 9397e9a

File tree

1 file changed

+7
-6
lines changed
  • docs/tutorialkit.dev/src/content/docs/reference

1 file changed

+7
-6
lines changed

docs/tutorialkit.dev/src/content/docs/reference/theming.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: 'How to theme TutorialKit'
44
---
55
import { Image } from 'astro:assets';
66
import themingContent from './images/theming-content.png';
7+
import themingCallout from './images/theming-callout.png';
78
import themingPanelHeader from './images/theming-panel-header.png';
89
import themingFiletree from './images/theming-filetree.png';
910
import themingFiletreeFile from './images/theming-filetree-file.png';
@@ -46,7 +47,7 @@ These tokens can be used to style the colors of the tutorial on a high level. Fo
4647

4748
The content refers to the main part of the lesson that contains the text and images.
4849

49-
<Image src={themingContent} alt="Content" />
50+
<Image src={themingContent} alt="Content" width="686" />
5051

5152
| Token | Description |
5253
| ---------------------------------------- | ----------------------------------------- |
@@ -59,7 +60,7 @@ Callouts are visual elements used to draw attention to specific information or p
5960

6061
For instanceof, here's an example of an info callout.
6162

62-
![Callout](./images/theming-callout.png)
63+
<Image src={themingCallout} alt="Callout" width="621" />
6364

6465
#### Tip
6566

@@ -196,7 +197,7 @@ Panels are containers which can be resized and can hold different kind of compon
196197

197198
The panel header is the top part of the panel that contains the title, an icon, and optionally an action button.
198199

199-
<Image src={themingPanelHeader} alt="Panel Header" width="513" />
200+
<Image src={themingPanelHeader} alt="Panel Header" width="342" />
200201

201202
| Token | Description |
202203
| -------------------------------------------- | ------------------------------------ |
@@ -242,7 +243,7 @@ The button in the header is shown at the right side of the header of the panel.
242243

243244
The file tree shows the relevant files of the lesson next to the text editor.
244245

245-
<Image src={themingFiletree} alt="File Tree" width="425" />
246+
<Image src={themingFiletree} alt="File Tree" width="283" />
246247

247248
| Token | Description |
248249
| --------------------------------------------- | ---------------------------------------------------------------------- |
@@ -257,7 +258,7 @@ The file tree shows the relevant files of the lesson next to the text editor.
257258

258259
You can customize the appearance of the files in the file tree using the following tokens.
259260

260-
<Image src={themingFiletreeFile} alt="File Tree File" width="425" />
261+
<Image src={themingFiletreeFile} alt="File Tree File" width="283" />
261262

262263

263264
| Token | Description |
@@ -276,7 +277,7 @@ You can customize the appearance of the files in the file tree using the followi
276277

277278
You can customize the appearance of the folders in the file tree using the following tokens.
278279

279-
<Image src={themingFileTreeFolder} alt="File Tree Folder" width="425" />
280+
<Image src={themingFileTreeFolder} alt="File Tree Folder" width="283" />
280281

281282
| Token | Description |
282283
| ---------------------------------------------------- | ------------------------------------------------------ |

0 commit comments

Comments
 (0)