From d24e11b466e451f3e356ee3f9c6422808c8ec884 Mon Sep 17 00:00:00 2001 From: "johannes.vos" Date: Fri, 15 May 2026 10:13:36 +0200 Subject: [PATCH] feat: inject isDark in Navbar --- src/features/nav/components/Navbar.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/features/nav/components/Navbar.vue b/src/features/nav/components/Navbar.vue index 8ecdd2a..ed650a4 100644 --- a/src/features/nav/components/Navbar.vue +++ b/src/features/nav/components/Navbar.vue @@ -13,7 +13,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - +