Skip to content
Snippets Groups Projects
Unverified Commit 23e81907 authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Fix toggle background color (#19623)

parent 085496d7
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ const getBackgroundColor = ({
if (isSelected) {
return currentColor ?? color("brand");
} else {
return color("white");
return color("bg-medium");
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment