Fix wrong settings button style

This commit is contained in:
Matthias 2024-01-08 18:18:02 +01:00
parent d7e2cbb108
commit ec30babc09
2 changed files with 3 additions and 7 deletions

View File

@ -88,15 +88,11 @@
<b-avatar size="2em" button>FT</b-avatar>
</template>
<span class="ps-3">V: {{ settingsStore.uiVersion }}</span>
<router-link to="/settings">
<b-dropdown-item-button> Settings </b-dropdown-item-button>
</router-link>
<b-dropdown-item to="/settings">Settings</b-dropdown-item>
<div class="ps-3">
<b-form-checkbox v-model="layoutStore.layoutLocked">Lock layout</b-form-checkbox>
</div>
<b-dropdown-item-button @click="resetDynamicLayout"
>Reset Layout</b-dropdown-item-button
>
<b-dropdown-item @click="resetDynamicLayout">Reset Layout</b-dropdown-item>
<router-link
v-if="botStore.botCount === 1"
class="dropdown-item"

View File

@ -180,7 +180,7 @@
}
.dropdown-item {
color: $fg-color;
color: $fg-color !important;
}
// Styles for searchable select