Browse Source

Merge pull request #23255 from abpframework/auto-merge/rel-9-2/3852

Merge branch rel-9.3 with rel-9.2
pull/23256/head
maliming 7 months ago
committed by GitHub
parent
commit
4059384aaf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/en/ui-themes/lepton/customizing-lepton-theme.md

4
docs/en/ui-themes/lepton/customizing-lepton-theme.md

@ -160,7 +160,7 @@ Please note that the **search component** filters only the routes and cannot hid
### Download Lepton Theme Source-Code
Download the Lepton Theme source-code to retrieve the existing CSS files. To do this create a new folder named as `LeptonTheme` and run the following ABP CLI command inside the `LeptonTheme` folder:
Download the Lepton Theme source-code to retrieve the existing CSS files. To do this create a new folder named as `LeptonTheme` in your project root folder and run the following ABP CLI command inside the `LeptonTheme` folder:
```bash
abp get-source Volo.LeptonTheme
@ -238,4 +238,4 @@ The main menu's background color changed. With this approach, you can change you
![lepton-custom-css-result](../../images/lepton-custom-css-result.png)
{{end}}
{{end}}

Loading…
Cancel
Save