From 84b1c6f610900554f19b32879bada1d4c4e13778 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 23 Aug 2022 09:01:12 -0500 Subject: [PATCH] Fixed button style by changing to proper MUI Button --- src/qqq/pages/entity-list/index.tsx | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/qqq/pages/entity-list/index.tsx b/src/qqq/pages/entity-list/index.tsx index 33184bb..3ac6cc4 100644 --- a/src/qqq/pages/entity-list/index.tsx +++ b/src/qqq/pages/entity-list/index.tsx @@ -691,15 +691,11 @@ function EntityList({table}: Props): JSX.Element The {` ${selectedIds.length.toLocaleString()} `} records on this page are selected. - + ) } @@ -709,15 +705,11 @@ function EntityList({table}: Props): JSX.Element All {` ${totalRecords.toLocaleString()} `} records matching this query are selected. - + ) }