chore: add compactness custom property

This commit is contained in:
Matthew Russell
2023-08-09 17:58:40 +01:00
parent 804da4874e
commit 0cb57d41c9
+2
View File
@@ -152,6 +152,7 @@ html [data-theme='dark'] {
/* Light variables */
.ag-theme-balham {
--ag-grid-size: 2px; /* Used for compactness */
--ag-row-height: 36px;
--ag-header-height: 36px;
--ag-background-color: theme(colors.white);
@@ -166,6 +167,7 @@ html [data-theme='dark'] {
/* Dark variables */
.ag-theme-balham-dark {
--ag-grid-size: 2px; /* Used for compactness */
--ag-row-height: 36px;
--ag-header-height: 36px;
--ag-background-color: theme(colors.vega.cdark.900);