From 6896a4a6445df7b1fbac03be28e768f9e2adfb6a Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sun, 24 Jul 2022 15:26:56 -0500 Subject: [PATCH] add white material color --- squarenotsquare/themes/Colors.js | 1 + 1 file changed, 1 insertion(+) diff --git a/squarenotsquare/themes/Colors.js b/squarenotsquare/themes/Colors.js index e9a66d2..83eb8f4 100644 --- a/squarenotsquare/themes/Colors.js +++ b/squarenotsquare/themes/Colors.js @@ -1,5 +1,6 @@ export const material = { dark: '#212121', + light: '#ffffff', //200 blue200: '#90caf9',