From 8474f4ff818d949e1d989a20eae74afcc64a1dad Mon Sep 17 00:00:00 2001 From: eggy Date: Fri, 12 Aug 2022 21:16:08 -0400 Subject: [PATCH] fix: use native color-mode for dark mode fixes all of our problems haha --- components/ColourPicker.vue | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/components/ColourPicker.vue b/components/ColourPicker.vue index 3f6e028..757f8db 100644 --- a/components/ColourPicker.vue +++ b/components/ColourPicker.vue @@ -1,34 +1,17 @@