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