From a27c6c3eb271d56c3e1c21b8efcef083edae0e03 Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Wed, 5 Jul 2023 20:53:08 +0000 Subject: [PATCH] refactor: use tailwind in styling icons --- .../components/(dashboard)/table/actions-component.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/apps/web/src/components/(dashboard)/table/actions-component.tsx b/apps/web/src/components/(dashboard)/table/actions-component.tsx index 47fc89f2e..05402b111 100644 --- a/apps/web/src/components/(dashboard)/table/actions-component.tsx +++ b/apps/web/src/components/(dashboard)/table/actions-component.tsx @@ -8,22 +8,19 @@ export function ActionButtons({ documentId }: { documentId: number }) { return (
{ console.log('Edit Document with id: ', documentId); }} /> { console.log('Download Document with id: ', documentId); }} /> { console.log('Delete Document with id: ', documentId); }}