Skip to content

Commit b8d8e3e

Browse files
paddymulclaude
andcommitted
docs: add color comments to Custom Accent Color example
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fc8c2df commit b8d8e3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/articles/theme-customization.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ look.
230230
.. code-block:: python
231231
232232
component_config = {'theme': {
233-
'accentColor': '#ff6600',
234-
'accentHoverColor': '#cc5200',
233+
'accentColor': '#ff6600', # orange — click a column to see it
234+
'accentHoverColor': '#cc5200', # darker orange on hover
235235
}}
236236
237237
.. raw:: html

0 commit comments

Comments
 (0)