Skip to content

Commit

Permalink
Switch navigation bar pickers
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed Feb 23, 2024
1 parent b61c521 commit 38f9e57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bundles/org.openhab.ui/web/src/components/theme-switcher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
</f7-row>
<f7-block-title v-t="'about.navigationBarsStyle'" />
<f7-row>
<f7-col width="50" class="nav-bars-picker nav-bars-picker-fill" @click="setBarsStyle('filled')">
<div class="demo-navbar" />
<f7-checkbox checked disabled v-if="barsStyle === 'filled'" />
</f7-col>
<f7-col width="50" class="nav-bars-picker nav-bars-picker-empty" @click="setBarsStyle('light')">
<div class="demo-navbar" />
<f7-checkbox checked disabled v-if="barsStyle === 'light'" />
</f7-col>
<f7-col width="50" class="nav-bars-picker nav-bars-picker-fill" @click="setBarsStyle('filled')">
<div class="demo-navbar" />
<f7-checkbox checked disabled v-if="barsStyle === 'filled'" />
</f7-col>
</f7-row>

<f7-row>
Expand Down

0 comments on commit 38f9e57

Please sign in to comment.