[ACS-10220] Fix color contrast issue for in folder rule action component (#4934)

This commit is contained in:
Michal Kinas
2025-12-12 09:59:13 +01:00
committed by GitHub
parent 2435f2bbd0
commit 3b01f1a32c
@@ -22,6 +22,11 @@
.adf-textitem-action {
.adf-textitem-icon {
margin-left: -10px;
color: var(--adf-theme-foreground-text-color-064);
&:hover {
color: var(--adf-theme-foreground-text-color);
}
}
}
}