Skip to content

Commit

Permalink
Update 4-theme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahmood74 authored Mar 6, 2024
1 parent 6b98f49 commit 52b6b4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/user-interface/4-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ All `Text` in the screen will inherit these text styles. You can specify the sty
- Tokens (optional)
- Styles (in precedence order)
- Inline - specified directly on the widget
- Style Classes - specified as `class` attribute on a widget. One or more space delimited classes
- ID based - specified with `#` before the name in the Theme.Styles
- Style Classes - specified as `class` attribute on a widget. One or more space delimited classes
- Widget type - specified for the widget type such as Button in the Theme.Styles
- Inherited from parent - these are limited to `textStyle` only (see above)

Here's an explanation of the different parts of a theme:

Expand Down

0 comments on commit 52b6b4f

Please sign in to comment.