From 7c07f87cfd6f276854e386b825ed7cb2b5d5c312 Mon Sep 17 00:00:00 2001 From: upsiflu Date: Fri, 13 Dec 2024 23:01:51 +0100 Subject: [PATCH] feat(ui): use dark and light theme for ui components in funkwhale app --- front/index.html | 2 +- front/src/components/ui/Button.vue | 2 +- front/src/components/ui/Link.vue | 15 ++++++++------- front/src/style/funkwhale.scss | 1 + front/src/ui/App.vue | 2 +- front/src/ui/components/Sidebar.vue | 14 +++++++++++++- 6 files changed, 25 insertions(+), 11 deletions(-) diff --git a/front/index.html b/front/index.html index 186250640..331427637 100644 --- a/front/index.html +++ b/front/index.html @@ -68,7 +68,7 @@ - +
diff --git a/front/src/components/ui/Button.vue b/front/src/components/ui/Button.vue index 3e839e5e7..a2c96a00f 100644 --- a/front/src/components/ui/Button.vue +++ b/front/src/components/ui/Button.vue @@ -1,6 +1,6 @@