fix dock bg on dark mode

This commit is contained in:
Gamebrary 2021-02-04 08:51:31 -07:00
parent 981e80da83
commit ee2c2b872a

View file

@ -1,7 +1,10 @@
<template lang="html">
<nav
class="bg-white rounded position-fixed d-flex flex-column p-0 m-2 text-center border"
:class="{ 'bg-dark text-white border-dark': nightMode }"
class=" rounded position-fixed d-flex flex-column p-0 m-2 text-center border"
:class="{
'bg-dark text-white border-dark': nightMode,
'bg-white': !nightMode,
}"
>
<b-button
title="Dashboard"