diff --git a/client/src/App/App.styles.scss b/client/src/App/App.styles.scss index 827d0dfc7..a2cd5bea6 100644 --- a/client/src/App/App.styles.scss +++ b/client/src/App/App.styles.scss @@ -5,6 +5,13 @@ border-bottom: 1px solid #74695c !important; } +// TODO: This was added because the newest release of ant was making the text color and the background color the same on a selected header +// Tried all available tokens (https://ant.design/components/menu?locale=en-US) and even reverted all our custom styles, to no avail +// This should be kept an eye on, especially if implementing DARK MODE +.ant-menu-submenu-title { + color: rgba(255, 255, 255, 0.65) !important; +} + .imex-table-header { display: flex; flex-wrap: wrap;