/* change standard font-size and row height for compact quartz theme */
.ag-theme-quartz.compact {
    --ag-grid-size: 6px !important;
    --ag-font-size: 13px !important;
}

.ag-theme-quartz-dark.compact {
    --ag-grid-size: 6px !important;
    --ag-font-size: 13px !important;
}
