From c07fde7d62e0260d90ec0a80f17e943490fed911 Mon Sep 17 00:00:00 2001 From: Armin Mehinovic <4390250+arminmeh@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:42:48 +0200 Subject: [PATCH 1/2] [docs] Fix the dark mode footer row shadow for the Data Grid on the advanced components page (#48149) --- docs/src/components/productX/XHero.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/components/productX/XHero.tsx b/docs/src/components/productX/XHero.tsx index d7ab2e6d2fbee3..7692d95e706536 100644 --- a/docs/src/components/productX/XHero.tsx +++ b/docs/src/components/productX/XHero.tsx @@ -240,7 +240,6 @@ export default function XHero() { '& .MuiDataGrid-pinnedRows': { backgroundColor: alpha(theme.palette.primaryDark[800], 1), backgroundImage: 'none', - boxShadow: '0px -6px 12px rgba(0 0 0 / 0.5)', '& .MuiDataGrid-footerCell': { color: 'primary.light', }, From 1f1d9a5928ed6e25cc365ad9d837e47b1a8b4f63 Mon Sep 17 00:00:00 2001 From: ZeeshanTamboli Date: Tue, 31 Mar 2026 12:21:36 +0530 Subject: [PATCH 2/2] rerun CI