mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
7 lines
No EOL
240 B
Handlebars
7 lines
No EOL
240 B
Handlebars
<div class="theme-picker">
|
|
{{#each themes as |theme|}}
|
|
<div class="theme {{if theme.selected "selected"}}" style={{concat "background-color: " theme.primary}} {{action "onSelect" theme.name}}>
|
|
{{theme.name}}
|
|
</div>
|
|
{{/each}}
|
|
</div> |