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

| Comment | File | Size | Author |
|---|---|---|---|
| #3 | After-patch.png | 61.04 KB | kanchan bhogade |
| #3 | Before-patch.png | 46.97 KB | kanchan bhogade |
| #2 | navigation-3440226.patch | 2.51 KB | rajan kumar@2026 |
| submenu-title-design.png | 55.56 KB | jwitkowski79 | |
| submenu-title-onDev.png | 30.14 KB | jwitkowski79 |
Issue fork drupal-3440226
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3440226-update-color-of
changes, plain diff MR !7789
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!