From 52b2cf26b37223e9b27ef124ea0564dba252686f Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 13 Jul 2020 14:47:52 +0100 Subject: [PATCH] fixed future funk button color --- public/themes/list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/themes/list.json b/public/themes/list.json index 25895bd1f..7658c8753 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -256,7 +256,7 @@ { "name": "future_funk", "bgColor": "#2E1A47", - "textColor": "f7f2ea" + "textColor": "#f7f2ea" }, { "name": "milkshake", @@ -278,4 +278,4 @@ "bgColor": "#07737a", "textColor": "#88dbdf" } -] +] \ No newline at end of file