From a659e019b091e83b85f71da28965db5c0acd6c6d Mon Sep 17 00:00:00 2001 From: Jaied Al Sabid <87969327+jaieds@users.noreply.github.com> Date: Fri, 27 Dec 2024 11:58:32 +0600 Subject: [PATCH 1/2] Updated the table component design --- src/components/table/table.tsx | 10 +++++----- src/theme/default-config.js | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/components/table/table.tsx b/src/components/table/table.tsx index 130fae20..2ccbcd98 100644 --- a/src/components/table/table.tsx +++ b/src/components/table/table.tsx @@ -216,7 +216,7 @@ export const Table = ( { } > -
+
= ( { return ( = ( { return ( = ( { return (
= ( { return (
Date: Fri, 27 Dec 2024 11:59:36 +0600 Subject: [PATCH 2/2] Update changelog.txt --- changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 93e8f291..f2cabda8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,7 @@ -Version 1.3.4 - 26th December, 2024 +Version 1.3.4 - 27th December, 2024 - Improvement - Enhanced the UI of the Table and Line chart component for responsive design. - Improvement - Added option group to the Select component. +- Improvement - Updated the Table component design. Version 1.3.3 - 20th December, 2024 - Fixed - React `Each child in a list should have a unique "key" prop` console warning.