Skip to content

Commit 292e28d

Browse files
feat: Added the darker border color for handson table header column and a darker error color (#1062)
2 parents 639f67a + 5902c00 commit 292e28d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

apps/widget/src/components/Common/Table/HandsonTable.styles.min.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
border-color: var(--border-color) !important;
1717
background-color: #ffcccc;
1818

19-
/*Here Add*/
2019
}
2120

2221
.htCore thead tr th {
@@ -268,6 +267,7 @@ background-color: '#f1f3f5';
268267
}
269268
/* Additional Handsontable specific overrides */
270269
.handsontable .htCore {
270+
border-bottom: 1px solid var(--border-color) !important;
271271
background-color: var(--background-color) !important;
272272
}
273273

@@ -342,13 +342,12 @@ background-color: '#f1f3f5';
342342

343343

344344
@media (prefers-color-scheme: dark) {
345-
346345
.handsontable .htCore .htInvalid,
347346
.handsontable .htCore .error-cell,
348347
.handsontable td.htInvalid,
349348
.handsontable td.error-cell,
350349
.handsontable td.custom-cell.error-cell {
351-
background-color: #ffebeb !important;
350+
background-color: #4c2020 !important;
352351
color: var(--text-color) !important;
353352
}
354353

@@ -389,8 +388,6 @@ background-color: '#f1f3f5';
389388
color: var(--text-color) !important;
390389
border-color: var(--border-color) !important;
391390

392-
393-
/*Here add*/
394391
}
395392

396393

0 commit comments

Comments
 (0)