Files
feishin/src/renderer/styles/ag-grid.scss
T
2022-08-02 10:53:56 -07:00

9 lines
211 B
SCSS

.ag-theme-alpine-dark {
--ag-borders: none;
--ag-background-color: #101010;
--ag-odd-row-background-color: #1d1d1d;
--ag-font-size: 12px;
--ag-foreground-color: #ffffff;
--ag-font-family: Poppins;
}