We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed3ba5 commit 420f7beCopy full SHA for 420f7be
plugin/assets/css/src/settings/api.css
@@ -27,4 +27,8 @@
27
height: 100%;
28
width: 100%;
29
}
30
+
31
+ & .mdc-action__remove {
32
+ color: #dd5d5f;
33
+ }
34
plugin/assets/src/settings/components/integrations/api.js
@@ -110,7 +110,7 @@ const Api = () => {
110
</button>
111
<button
112
type="button"
113
- className="mdc-button mdc-dialog__button"
+ className="mdc-button mdc-dialog__button mdc-action__remove"
114
onClick={ removeApiKey }
115
>
116
<div className="mdc-button__ripple"></div>
0 commit comments