From 6d2827099112c6cf539a3b86cd2f3cd79d701f45 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Fri, 13 Mar 2026 20:22:50 +0700 Subject: [PATCH] fix(curriculum): clarify border description in Game Settings Panel - Step 10 (#66422) --- .../workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md index 765b93f818d..e57eebadfa1 100644 --- a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md +++ b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md @@ -11,7 +11,7 @@ Now you are going to remove the default checkbox that is applied by browsers. In Setting the `appearance` property to `none` will clear the appearance the browser applies to checkboxes, allowing you to show the style you want. -After doing so, since the checkbox won't be visible anymore, set a `border` with `2px` `solid` and a hex code of `#f1be32`. +After doing so, since the checkbox won't be visible anymore, set a `border` with `2px` thickness, a `solid` style, and a hex code of `#f1be32`. # --hints--