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 {