mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
Fix typo in 07_other-tutorials/theming-guide.md (#3952)
* Fix typo in 07_other-tutorials/theming-guide.md * Update CHANGELOG.md --------- Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
This commit is contained in:
parent
288e6f77cf
commit
4c0410579b
@ -19,6 +19,7 @@ No changes to highlight.
|
||||
## Documentation Changes:
|
||||
|
||||
- Make use of `gr` consistent across the docs by [@duerrsimon](https://github.com/duerrsimon) in [PR 3901](https://github.com/gradio-app/gradio/pull/3901)
|
||||
- Fixed typo in theming-guide.md by [@eltociear](https://github.com/eltociear) in [PR 3952](https://github.com/gradio-app/gradio/pull/3952)
|
||||
|
||||
## Testing and Infrastructure Changes:
|
||||
|
||||
|
@ -191,7 +191,7 @@ Your IDE type hinting should help you navigate these variables. Since there are
|
||||
|
||||
### CSS Variable Naming Conventions
|
||||
|
||||
CSS variable names can get quite long, like `button_primary_background_fill_hover_dark`! However they follow a common naming convention that makes it easy to understand what they do and to find the variable you're looking for. Seperated by underscores, the variable name is made up of:
|
||||
CSS variable names can get quite long, like `button_primary_background_fill_hover_dark`! However they follow a common naming convention that makes it easy to understand what they do and to find the variable you're looking for. Separated by underscores, the variable name is made up of:
|
||||
|
||||
1. The target element, such as `button`, `slider`, or `block`.
|
||||
2. The target element type or sub-element, such as `button_primary`, or `block_label`.
|
||||
@ -420,4 +420,4 @@ If you tag us on [Twitter](https://twitter.com/gradio) we can give your theme a
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user