From 142040e2b3eb50d2a65137a7b49260c2cebf80a0 Mon Sep 17 00:00:00 2001 From: NilsUeter Date: Mon, 8 May 2023 21:22:19 +0200 Subject: [PATCH] added button to reset custom color --- src/App.jsx | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 3f6f6a0..3f9cd01 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -99,7 +99,7 @@ function App() { return (
- + FancyScribe
@@ -155,17 +155,30 @@ function App() { /> One Datacard per Page when Printing - +
+ + + {primaryColor !== getPrimaryColor(roster.forces[0].catalog) && ( + + )} +
{error}