Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3247221
D9791.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D9791.diff
View Options
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,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 3:58 AM (20 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2496347
Default Alt Text
D9791.diff (2 KB)
Attached To
Mode
D9791: [native] update drawerOpenCommunityBackground color with panelBackgroundAccent
Attached
Detach File
Event Timeline
Log In to Comment