Roam introduced some improvements a while back for finding references, and it appears that change needs a fix to show the bottom block in dark mode. In light mode, it's working fine.
Looks like it's a new class introduced:
.rm-autocomplete-footer {
display: flex;
flex-direction: row;
align-items: center;
padding: 4px 6px;
min-height: 24px;
border-top: 1px solid #D3D4D4;
background-color: #ebeceb;
font-size: 10px;
}
Roam introduced some improvements a while back for finding references, and it appears that change needs a fix to show the bottom block in dark mode. In light mode, it's working fine.
Looks like it's a new class introduced: