Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.
This repository was archived by the owner on Apr 1, 2023. It is now read-only.

Fix for for various UI elements being incorrectly styled.  #609

@jonathan-annett

Description

@jonathan-annett

Issue:

Various UI elements are incorrectly styled

Reason

theme.js incorrectly references config.getTheme instead of config.getEditorTheme

Solution

change /app/js/theme.js line 85 - currently

            var theme = config.getTheme(config.getPreference("editorTheme"));

change to

            var theme = config.getEditorTheme(config.getPreference("editorTheme"));

change /app/js/theme.js line 113 - currently

            var theme = config.getTheme(config.getPreference("windowTheme"));

change to

            var theme = config.getEditorTheme(config.getPreference("windowTheme"));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions