summaryrefslogtreecommitdiff
path: root/client/table/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/table/index.js')
-rw-r--r--client/table/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/table/index.js b/client/table/index.js
index 43db7dbb..c741f33e 100644
--- a/client/table/index.js
+++ b/client/table/index.js
@@ -1,5 +1,6 @@
import 'react-tabulator/lib/styles.css'
-import 'react-tabulator/lib/css/tabulator.min.css'
+import 'react-tabulator/lib/css/tabulator_midnight.css'
+import './tabulator.css'
import CitationsTable from './citations.table'
import FileTable from './file.table'