Skip to content

Minor display issue with reference finder in dark mode #47

@plushgraffiti

Description

@plushgraffiti

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.

Image Image

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions