diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss
index fc943707ed8e16c2f1a96368530fee13fef72a58..a4ce7deba76770df5f26405e51a8a788e4fd1c1f 100644
--- a/themes/finc/scss/compiled.scss
+++ b/themes/finc/scss/compiled.scss
@@ -2676,6 +2676,9 @@ input {
 
 // Account - END
 
+// Dropdown Toggler color
+// WARNING: Potential Breaking Change! e.g. bookbag delete button with dropdown -- could result in white text on white background --> introduce variable "$btn-transparent-active-color" in custom themes and define color
+// FIXME: MOVE TO buttons or dropdowns section
 .open .btn-transparent.dropdown-toggle {
   &[aria-expanded="true"] {
     color: $btn-transparent-active-color;