﻿#dataGrid {
    height: 65vh;
}
[class*=ag-theme-] {
    --ag-font-size: var( --t-body-font-size) !important;
    --ag-font-family: var(--t-body-font-family) !important;
    -webkit-font-smoothing: antialiased;
    font-family: var(--t-body-font-family) !important;
    font-size: var(--t-body-font-size) !important;
    line-height: normal;
    color: var(--ag-foreground-color);
}
