From 64a0a444460accf5b3b87a576d00a64641de9d7e Mon Sep 17 00:00:00 2001 From: vicky-primathon <67091118+vicky-primathon@users.noreply.github.com> Date: Fri, 22 Jan 2021 15:07:43 +0530 Subject: [PATCH] Remove table row alternating colors (#2552) --- .../designSystems/appsmith/TableStyledWrappers.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/client/src/components/designSystems/appsmith/TableStyledWrappers.tsx b/app/client/src/components/designSystems/appsmith/TableStyledWrappers.tsx index 9f835ef8c7..3287362734 100644 --- a/app/client/src/components/designSystems/appsmith/TableStyledWrappers.tsx +++ b/app/client/src/components/designSystems/appsmith/TableStyledWrappers.tsx @@ -41,12 +41,7 @@ export const TableWrapper = styled.div<{ } .tr { overflow: hidden; - :nth-child(even) { - background: ${Colors.ATHENS_GRAY_DARKER}; - } - :nth-child(odd) { - background: ${Colors.WHITE}; - } + background: ${Colors.WHITE}; &.selected-row { background: ${Colors.POLAR}; &:hover {