Button icon color not same as button color.
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3382431. --> Reported by: [djsagar](https://www.drupal.org/user/3578351) Related to !293 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Button icon color not same as button color.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>standard installation Drupal</p> <ul> <li>Enable the Gin admin theme. (/admin/appearance/)</li> <li>Go to the (/admin/structure/types/manage/article/fields/node.article.body)</li> <li>Scroll down to the bottom and check the Delete button icon color which not match with button color</li> </ul> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <pre>.action-link--icon-trash.action-link--danger::before {<br>background-color: var(--gin-color-danger) !important;}</pre><h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue