add AGGrid styling

This commit is contained in:
2025-11-14 17:12:21 +09:00
parent b7c772185f
commit 3167580bda

View File

@ -1,3 +1,10 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind utilities;
body {
--ag-wrapper-border-radius: 4px;
--ag-spacing: 4px;
--ag-font-size: 12px;
--ag-header-font-weight: bold;
}