From 74be3a9f527b6398239288b5b094b30b4449fcd7 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Fri, 24 Dec 2021 16:52:32 +0530 Subject: [PATCH] Fixed linter error. --- web/pgadmin/static/js/Theme/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/pgadmin/static/js/Theme/index.jsx b/web/pgadmin/static/js/Theme/index.jsx index 3a6fc10c1..b21e3c3ab 100644 --- a/web/pgadmin/static/js/Theme/index.jsx +++ b/web/pgadmin/static/js/Theme/index.jsx @@ -456,7 +456,6 @@ function getFinalTheme(baseTheme) { }, MuiListItem: { root: { - padding: 0, color: baseTheme.palette.text.primary, backgroundColor: baseTheme.palette.background.default, flexDirection: 'column',