From cf322b5c2a8506553838f207523d32164ed41c07 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 29 Jun 2025 10:09:39 +0300 Subject: [PATCH] chore(views/table): back to bootstrap5 theme --- apps/client/src/widgets/view_widgets/table_view/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/view_widgets/table_view/index.ts b/apps/client/src/widgets/view_widgets/table_view/index.ts index 13fd1dd4d..56bc29e10 100644 --- a/apps/client/src/widgets/view_widgets/table_view/index.ts +++ b/apps/client/src/widgets/view_widgets/table_view/index.ts @@ -9,7 +9,7 @@ import type { CommandListenerData, EventData } from "../../../components/app_con import type { Attribute } from "../../../services/attribute_parser.js"; import note_create from "../../../services/note_create.js"; import {Tabulator, SortModule, FormatModule, InteractionModule, EditModule, ResizeColumnsModule} from 'tabulator-tables'; -import "tabulator-tables/dist/css/tabulator_midnight.min.css"; +import "tabulator-tables/dist/css/tabulator_bootstrap5.min.css"; const TPL = /*html*/`