Css changes
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-11-03 09:39:49 +01:00
parent 411fa92d80
commit 19f7073b17
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ async function onSubmit() {
<q-list> <q-list>
<q-item> <q-item>
<q-item-section> <q-item-section>
<q-item-label>{{ t(`globals.darkMode`) }}</q-item-label> <q-item-label caption>{{ t(`globals.darkMode`) }}</q-item-label>
</q-item-section> </q-item-section>
<q-item-section side> <q-item-section side>
<q-toggle v-model="darkMode" checked-icon="dark_mode" unchecked-icon="light_mode" /> <q-toggle v-model="darkMode" checked-icon="dark_mode" unchecked-icon="light_mode" />