Background
The color of the sub menu title is incorrect. The color of the title should be #13161A (Text - Extra Dark). On the test link, it’s showing var(--drupal-admin-color-gray-800,#4f5661)
Steps to Reproduce
Click on a menu item that has children. Inspect the title that appears at the top of the submenu
Acceptance Criteria
The color of the submenu title is updated to #13161A (Text - Extra Dark)
Links
Link to Figma design: https://www.figma.com/file/VCPAxetieAC2pzw7hgX3ij/Drupal-Admin-UI---Design-System?type=design&node-id=667%3A18270&mode=dev
Screenshots
What it looks like on dev

What it looks like as designed

Comments
Comment #2
rajan kumar@2026 commentedhii @jwitkowski79
I Updated color of the title #13161A (Text - Extra Dark).
Comment #3
kanchan bhogade commentedHi
I've tested the "navigation-3440226" patch on Drupal 11.x
The patch is applied cleanly...
Test Result:
The color of the sub-menu title is #13161A.
RTBC+1
Adding screenshots
Comment #4
ckrinaComment #5
ckrinaMoving to needs work because this needs to be applied to core now.
Also, @Rajan Kumar@2026 we recommend that you convert this patch to a merge request. Merge requests are preferred over patches. Be sure to hide the old patch files as well.
Comment #6
sanisaha commentedI am currently working on this issue
Comment #8
sanisaha commentedI have created a MR for this issue. Submenu title now have desired color code.
Comment #9
finnsky commentedThank you for patch. I've added couple of things to fix.
Comment #10
sanisaha commentedI have updated the MR with necessary changes
Comment #11
finnsky commentedComment #12
finnsky commentedAlso probably no need to add quotes style here.
Comment #13
sanisaha commentedupdated the MR with requested changes
Comment #14
smustgrave commentedLeft some comments on the MR.
Comment #16
adwivedi008 commentedReverted out-of-scope changes suggested by @smustgrave on #14
Setting the issue to Needs review
Comment #17
smustgrave commentedStill 1
Comment #18
adwivedi008 commentedReverted the remaining issue.
Setting the issue to Needs review
Comment #19
smustgrave commentedFeedback appears to be addressed.
Comment #23
nod_Committed dc7a429 and pushed to 11.x. Thanks!