Skip to content

Commit

Permalink
Update theme.html
Browse files Browse the repository at this point in the history
  • Loading branch information
husker-dev authored Aug 9, 2023
1 parent 6fef6c1 commit 7be9957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/pages/overview/theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
</style>

The toolbar is the element with button at the top of the application. It depends on the page setup.
You can choose a light or dark theme, or use the system one (auto). You can also create any theme using CSS.
<table-view>
<table-cell radio group="theme" themeValue="auto">
<div slot="icon" class="theme theme-mixed"></div>
Expand All @@ -60,4 +60,4 @@
<div slot="icon" class="theme theme-light"></div>
Light
</table-cell>
</table-view>
</table-view>

0 comments on commit 7be9957

Please sign in to comment.