From 566a2e8eb30ff81ddee30b8fd7410b4aef36b8a4 Mon Sep 17 00:00:00 2001 From: Yaroslav Kuznietsov Date: Fri, 26 Jul 2024 14:09:01 +0300 Subject: [PATCH] [Timeline]: Fit content button outline. --- app/src/demo/tables/editableTable/ProjectTableDemo.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/demo/tables/editableTable/ProjectTableDemo.tsx b/app/src/demo/tables/editableTable/ProjectTableDemo.tsx index 59d870d08e..c8cf0889cd 100644 --- a/app/src/demo/tables/editableTable/ProjectTableDemo.tsx +++ b/app/src/demo/tables/editableTable/ProjectTableDemo.tsx @@ -349,6 +349,7 @@ export function ProjectTableDemo() { icon={ fitContent } iconPosition="left" caption="Fit content" + fill="outline" onClick={ () => { const minMax = getMinMaxDate(tree); if (minMax.from && minMax.to) {