Skip to content

Commit

Permalink
chore(meta): Cherry-pick dark mode fix from main (#4848)
Browse files Browse the repository at this point in the history
* fix(designer): fix actions and triggers title not showing in dark theme (#4826)

fix actions and triggers title not showing in dark theme

Co-authored-by: tbabatunde <tbabatunde@LAPTOP-GFL02LN5>

* Trigger Build

---------

Co-authored-by: tbabatunde <tbabatunde@LAPTOP-GFL02LN5>
  • Loading branch information
tbabatund and tbabatunde authored May 14, 2024
1 parent 3a5665d commit b185be2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,9 @@
background: @ms-color-primaryBackgroundHover;
}
}

.msla-connector-summary-title {
color: @ms-color-black;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,10 @@
&:hover {
background-color: @ms-color-primaryBackgroundHover;
}

}

.msla-op-search-card-name {
color: @ms-color-black;
}
}

0 comments on commit b185be2

Please sign in to comment.