Which variable are used in an alert card in configuration panel?

can anyone help me out here, I have an issue with an alert card in the integration panel

which color variables are used in these card? Ive tried ti check inspector and it returns
state-color and text-on-state-color for banner, but if I explicitly set these variables in my theme it doesnt change. Maybe it needs to be configured as some banner variable?

Same for the mdc-button-raised, which variable is that?

text variables are

for the header: primary-text-color
for the button: mdc-theme-on-primary

but I can not find the backgrounds for the header or the button yet…
thanks for having a look

answering myself for reference.

found out that I had a variable error-color: white set, in the part that controls the dev-template colors. That might have been copied from another theme, but is sets both the background colors I ws fighting with.

text colors are as in the post above, so changing to error-color: var(--primary-color) now solves my issue :wink:

closing…