Skip to content

Commit

Permalink
make dropdown submenu expand icon to match font color
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Apr 30, 2023
1 parent abd0be4 commit 65bf8a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/altair-app/src/scss/_ant-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
.ant-dropdown-menu-submenu-title-divider {
background: var(--theme-border-color);
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
color: var(--theme-font-color);
}

.ant-form-item {
color: var(--theme-font-color);
Expand Down

0 comments on commit 65bf8a3

Please sign in to comment.