From 0439c21ec645cf68c54c47287fa2aeb90f118836 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Tue, 20 Jan 2026 16:44:42 +0700 Subject: [PATCH] chore: change button variant --- src/components/table/RowCollapseOptions.tsx | 2 +- src/components/table/RowDropdownOptions.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/table/RowCollapseOptions.tsx b/src/components/table/RowCollapseOptions.tsx index ce90314c..532a96b4 100644 --- a/src/components/table/RowCollapseOptions.tsx +++ b/src/components/table/RowCollapseOptions.tsx @@ -12,7 +12,7 @@ const RowCollapseOptions = ({ children }: RowCollapseOptionsProps) => { return ( + } diff --git a/src/components/table/RowDropdownOptions.tsx b/src/components/table/RowDropdownOptions.tsx index 1f1bc81b..a2535c2b 100644 --- a/src/components/table/RowDropdownOptions.tsx +++ b/src/components/table/RowDropdownOptions.tsx @@ -21,7 +21,7 @@ const RowDropdownOptions = ({ 'dropdown-end': isLast2Rows, })} > -