Skip to content

Commit

Permalink
docs: add a note about symbolic icons in IgnisApp.add_icons()
Browse files Browse the repository at this point in the history
  • Loading branch information
linkfrg committed Dec 10, 2024
1 parent 7c407f3 commit 34bfdbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ignis/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ def add_icons(self, path: str) -> None:
│ ├── aaaa-symbolic.svg
│ └── some-icon.svg
.. note::
To apply a CSS color to an icon, its name and filename must end with ``-symbolic``.
then, add this to your ``config.py`` :
.. code-block:: python
Expand Down

0 comments on commit 34bfdbd

Please sign in to comment.