diff --git a/src/css/app.scss b/src/css/app.scss
index b36036df4..aaa071cde 100644
--- a/src/css/app.scss
+++ b/src/css/app.scss
@@ -127,6 +127,15 @@ select:-webkit-autofill {
background-color: var(--vn-section-color);
}
+.q-checkbox {
+ & .q-checkbox__label {
+ color: var(--vn-text-color);
+ }
+ & .q-checkbox__inner {
+ color: var(--vn-label-color);
+ }
+}
+
.q-chip,
.q-notification__message,
.q-notification__icon {
diff --git a/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue b/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue
index a6a28bdde..688bbf2aa 100644
--- a/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue
+++ b/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue
@@ -138,7 +138,7 @@ const ticketsColumns = ref([
-
+
+
+
\ No newline at end of file
diff --git a/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue b/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue
index fb434124c..e0b17a4b3 100644
--- a/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue
+++ b/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue
@@ -183,7 +183,7 @@ const downloadCSV = async () => {
- {{ row.comercialName }}
+ {{ row.comercialName }}
@@ -211,6 +211,9 @@ const downloadCSV = async () => {
border-radius: 4px;
padding: 6px;
}
+.no-uppercase{
+ text-transform: none;
+}