From d7c0ccf2dc51c1281212956db1dfc459fac85f2a Mon Sep 17 00:00:00 2001 From: Alban Bailly Date: Thu, 14 Nov 2024 17:35:45 -0500 Subject: [PATCH] styling fix --- .../src/components/PaginationFooter/PaginationFooter.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/manager/src/components/PaginationFooter/PaginationFooter.tsx b/packages/manager/src/components/PaginationFooter/PaginationFooter.tsx index 04fe265a611..2e9fe1a8cc7 100644 --- a/packages/manager/src/components/PaginationFooter/PaginationFooter.tsx +++ b/packages/manager/src/components/PaginationFooter/PaginationFooter.tsx @@ -118,6 +118,9 @@ const StyledTextField = styled(TextField, { backgroundColor: theme.bg.bgPaper, border: 'none', }, + '& .MuiList-root': { + border: `1px solid ${theme.palette.primary.main}`, + }, '& .MuiSelect-select': { border: 'none', },