From 2b8f140c77de516bb41b016c8c91ce535a551d47 Mon Sep 17 00:00:00 2001 From: Rafael Taranto Date: Mon, 19 May 2025 10:19:43 +0100 Subject: [PATCH] fix: label color on Cashbox component --- .../admin-ui/src/components/inputs/cashbox/Cashbox.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/admin-ui/src/components/inputs/cashbox/Cashbox.module.css b/packages/admin-ui/src/components/inputs/cashbox/Cashbox.module.css index c57f6ae7..9a05d32d 100644 --- a/packages/admin-ui/src/components/inputs/cashbox/Cashbox.module.css +++ b/packages/admin-ui/src/components/inputs/cashbox/Cashbox.module.css @@ -27,8 +27,9 @@ margin-top: 8px; } +/*TODO important because of tailwind integration with MUI*/ .fullPartP { - color: white; + color: white !important; display: inline; }