fix: label color on Cashbox component

This commit is contained in:
Rafael Taranto 2025-05-19 10:19:43 +01:00
parent 1f24cddc06
commit 2b8f140c77

View file

@ -27,8 +27,9 @@
margin-top: 8px; margin-top: 8px;
} }
/*TODO important because of tailwind integration with MUI*/
.fullPartP { .fullPartP {
color: white; color: white !important;
display: inline; display: inline;
} }