From acf1b231952675569ff1c54167463d0f72892633 Mon Sep 17 00:00:00 2001 From: Jen Breese-Kauth Date: Fri, 30 Aug 2024 19:25:58 +0000 Subject: [PATCH] added the border on checked --- .../filtering-table/branch-locations-filtering-table.tsx | 4 ++-- src/components/views/sul-people/sul-people-table-view.tsx | 2 +- .../filtering-table/study-place-filtering-table.tsx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/views/sul-branch-locations/filtering-table/branch-locations-filtering-table.tsx b/src/components/views/sul-branch-locations/filtering-table/branch-locations-filtering-table.tsx index ca059d4f..46914431 100644 --- a/src/components/views/sul-branch-locations/filtering-table/branch-locations-filtering-table.tsx +++ b/src/components/views/sul-branch-locations/filtering-table/branch-locations-filtering-table.tsx @@ -74,7 +74,7 @@ const BranchLocationFilteringTable = ({items}: Props) => { checked={!onlyOpenNow} onChange={showOpenAndClosed} /> - + All locations @@ -87,7 +87,7 @@ const BranchLocationFilteringTable = ({items}: Props) => { checked={onlyOpenNow} onChange={showOnlyOpenNow} /> - + Open now diff --git a/src/components/views/sul-people/sul-people-table-view.tsx b/src/components/views/sul-people/sul-people-table-view.tsx index 853e6eb6..84b69f8c 100644 --- a/src/components/views/sul-people/sul-people-table-view.tsx +++ b/src/components/views/sul-people/sul-people-table-view.tsx @@ -254,7 +254,7 @@ const ToggleOption = ({ { onChange={showOpenAndClosed} checked={!onlyOpenNow} /> - + All locations @@ -134,7 +134,7 @@ const StudyPlaceFilteringTable = ({items}: Props) => { onChange={showOnlyOpenNow} checked={onlyOpenNow} /> - + Open now