diff --git a/native/navigation/community-drawer-item.react.js b/native/navigation/community-drawer-item.react.js --- a/native/navigation/community-drawer-item.react.js +++ b/native/navigation/community-drawer-item.react.js @@ -105,15 +105,15 @@ paddingVertical: 2, }, beginning: { - backgroundColor: 'drawerOpenCommunityBackground', + backgroundColor: 'panelBackgroundAccent', borderTopRightRadius: 8, paddingTop: 2, }, middle: { - backgroundColor: 'drawerOpenCommunityBackground', + backgroundColor: 'panelBackgroundAccent', }, end: { - backgroundColor: 'drawerOpenCommunityBackground', + backgroundColor: 'panelBackgroundAccent', borderBottomRightRadius: 8, paddingBottom: 2, }, diff --git a/native/themes/colors.js b/native/themes/colors.js --- a/native/themes/colors.js +++ b/native/themes/colors.js @@ -116,6 +116,7 @@ panelSecondaryForeground: designSystemColors.shadesWhite80, panelSecondaryForegroundBorder: designSystemColors.shadesWhite70, panelSeparator: designSystemColors.shadesWhite60, + panelBackgroundAccent: designSystemColors.shadesWhite90, purpleLink: designSystemColors.violetDark100, purpleButton: designSystemColors.violetDark100, reactionSelectionPopoverItemBackground: designSystemColors.shadesBlack70, @@ -136,7 +137,6 @@ drawerItemLabelLevel0: designSystemColors.shadesBlack100, drawerItemLabelLevel1: designSystemColors.shadesBlack100, drawerItemLabelLevel2: designSystemColors.shadesBlack80, - drawerOpenCommunityBackground: designSystemColors.shadesWhite90, drawerBackground: designSystemColors.shadesWhite100, subthreadsModalClose: designSystemColors.shadesBlack50, subthreadsModalBackground: designSystemColors.shadesWhite80, @@ -217,6 +217,7 @@ panelSecondaryForeground: designSystemColors.shadesBlack70, panelSecondaryForegroundBorder: designSystemColors.shadesBlack60, panelSeparator: designSystemColors.shadesBlack70, + panelBackgroundAccent: designSystemColors.shadesBlack90, purpleLink: designSystemColors.violetLight100, purpleButton: designSystemColors.violetDark100, reactionSelectionPopoverItemBackground: designSystemColors.shadesBlack70, @@ -237,7 +238,6 @@ drawerItemLabelLevel0: designSystemColors.shadesWhite60, drawerItemLabelLevel1: designSystemColors.shadesWhite60, drawerItemLabelLevel2: designSystemColors.shadesWhite90, - drawerOpenCommunityBackground: designSystemColors.shadesBlack90, drawerBackground: designSystemColors.shadesBlack80, subthreadsModalClose: designSystemColors.shadesBlack50, subthreadsModalBackground: designSystemColors.shadesBlack80,