Ensure shared commit_message_field supports dark mode
This Issue is a continuation of this "Create Commit Message Field as share component" > https://gitlab.com/gitlab-org/gitlab/-/issues/343391 We are creating a shared "commit_message_field" component that can be used in the WebIDE and Repo blob modal: | Normal State | Focus State | |--------------|-------------| | ![image](https://gitlab.com/gitlab-org/gitlab/uploads/cdf493f96f5c6a3678902d9d272f4176/image.png) | ![image](https://gitlab.com/gitlab-org/gitlab/uploads/feebfd84e3555ab680fd33589e5821eb/image.png) | | MR | Changes | Owner | |----|---------|-----| | https://gitlab.com/gitlab-org/gitlab/-/merge_requests/71522 | Create shared `commit_message_field` | Samantha | | This issue 👉 | Ensure shared `commit_message_field` supports dark mode | Samantha | | tbd | Mark `message_field` as `deprecated_message_field` | Editor/Himanshu | | tbd | Update delete blob modal to use shared `commit_message_field` | Source Code | | tbd | Update upload modal to use shared `commit_message_field` | Source Code | | tbd | Update new directory modal to use shared `commit_message_field` | Source Code | | tbd | Update IDE to use `commit_message_field` and delete all the custom scss classes (perhaps ask IDE to work on this on for domain expertise) | Editor/Himanshu | | tbd (suggestion) | Update branch input field to use gl-form component for consistency | Editor/Himanshu |
issue