From 22bf93edd7e68ecef3246161372bc2ff078b8adb Mon Sep 17 00:00:00 2001 From: kuechlin Date: Thu, 25 May 2023 15:57:50 +0200 Subject: [PATCH] fix: visual bug with row selection #155 --- docs/pages/examples/OnRowExample.tsx | 4 ++-- src/RowSelection.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/pages/examples/OnRowExample.tsx b/docs/pages/examples/OnRowExample.tsx index eeea95d..77d669b 100644 --- a/docs/pages/examples/OnRowExample.tsx +++ b/docs/pages/examples/OnRowExample.tsx @@ -28,8 +28,8 @@ export default function OnRowClickExample() { return ( <> - - + + (): ColumnDef ( ), - size: 40, - minSize: 40, - maxSize: 40, + size: 44, + minSize: 44, + maxSize: 44, enableResizing: false, });