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; }