From ac7f94e620c4ef25ae131f3251108b426607bc90 Mon Sep 17 00:00:00 2001 From: Lukas H Date: Sun, 10 Sep 2023 12:28:21 -0400 Subject: [PATCH] Fix text being unreadable with Ligera theme (#2517) Change MuiFormGroup color to make it readable. --- ui/src/themes/ligera.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/themes/ligera.js b/ui/src/themes/ligera.js index c339d8836..1c1a90746 100644 --- a/ui/src/themes/ligera.js +++ b/ui/src/themes/ligera.js @@ -115,7 +115,7 @@ export default { }, MuiFormGroup: { root: { - color: bLight['500'], + color: '#464646', }, }, MuiMenuItem: {