From 314158647760346653c083275313a206fa2dc4aa Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Tue, 11 Oct 2022 19:15:29 +0300 Subject: [PATCH] Material theme for ag-grid --- frontend/src/components/LogViewer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/LogViewer.vue b/frontend/src/components/LogViewer.vue index 74f1d2c..54b8f55 100644 --- a/frontend/src/components/LogViewer.vue +++ b/frontend/src/components/LogViewer.vue @@ -2,7 +2,7 @@
import { AgGridVue } from "ag-grid-vue3"; import "ag-grid-community/styles//ag-grid.css"; -import "ag-grid-community/styles//ag-theme-alpine.css"; +import "ag-grid-community/styles//ag-theme-material.css"; import ScreenshotCell from "./ScreenshotCell.js"; export default {