Skip to content

Issue: Minor - Displaying of error messages where --bold-color is not set to "inherit" #1650

@spiritualgeek

Description

@spiritualgeek

Plugin information (please complete the following information):

  • OS: macOS 15.7.1
  • Templater version: 2.16.1
  • Obsidian version: 1.10.0
  • Templater settings: Not required for this

Describe the bug
The following javascript from the main.js files causes an issue where --bold-color: inherit; is overridden by a theme to be something else

function oe(n) {
    let e = new Ji.Notice("", 8e3),
        t = createFragment(r => {
            r.createEl("b", {
                text: "Templater Error"

Expected behavior
The error displays properly

Screenshots
N/A

Additional context
N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions