From 91a1bf468eed479d1f7b5d8b9d3b955bd69774a9 Mon Sep 17 00:00:00 2001 From: andrzej Date: Mon, 30 Sep 2024 11:49:47 +0200 Subject: [PATCH] misc styling --- src/@/components/ui/checkbox.tsx | 2 +- src/app/layout.tsx | 5 +- src/app/publication/page.tsx | 2 +- src/app/story/columns.tsx | 2 +- src/app/tailwind.css | 75 +++++++++---------- src/app/ui/tables/data-table.tsx | 4 +- src/app/ui/tables/inputs/genrePickerInput.tsx | 4 +- 7 files changed, 44 insertions(+), 50 deletions(-) diff --git a/src/@/components/ui/checkbox.tsx b/src/@/components/ui/checkbox.tsx index df61a13..bd5c5d6 100644 --- a/src/@/components/ui/checkbox.tsx +++ b/src/@/components/ui/checkbox.tsx @@ -13,7 +13,7 @@ const Checkbox = React.forwardRef<
-