fix(curriculum): clarify border description in Game Settings Panel - Step 10 (#66422)

This commit is contained in:
Huyen Nguyen 2026-03-13 20:22:50 +07:00 committed by GitHub
parent 6111504be4
commit 6d28270991
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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--