#How to change the CSS for <control />?

1 messages · Page 1 of 1 (latest)

full shale
#

Please provide an exmple how to change the background for the Controls

proven patio
#

you can use regular css

.react-flow__controls-button {
  background: red;
}
full shale
#

Thanks that worked, also can you please help me changing the color of Icons of the button?

wraith furnace
#

This should work

.react-flow__controls-button svg {
  fill: red;
}